Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
55f940d9
Commit
55f940d9
authored
Nov 11, 2014
by
Mike Hibler
Browse files
Fix so it will build under FreeBSD 10.1.
parent
34517320
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/ports/emulab-dhcp31-client/Makefile
View file @
55f940d9
...
...
@@ -62,12 +62,11 @@ PATCH_SUBDIRS= common minires dst omapip
PATCH_SUBDIRS
+=
client
.if
!defined(NOPORTDOCS)
PORTDOCS
=
LICENSE README RELNOTES
PORTDOCS
=
.
endif
BIN_FILES
=
dhclient
LOCAL_CONF_FILES
=
dhclient.conf
SAMP_FILES
=
client/dhclient.conf
DATA_FILES
=
dhclient.leases
SAMP_SUFX
=
.sample
...
...
@@ -185,11 +184,8 @@ create-conf-files:
.endfor
create-data-files
:
.for
f
in
${DATA_FILES}
.if
!exists(${DATADIR}/${f})
@${TOUCH}
${DATADIR}/${f}
.
endif
.endfor
install-rc-script
:
configure-package
:
...
...
install/ports/emulab-dhcp31-client/pkg-plist
View file @
55f940d9
@comment $FreeBSD: ports/net/isc-dhcp31-client/pkg-plist,v 1.3 2004/06/26 08:46:05 eik Exp $
etc/dhclient.conf.sample
@exec [ -f %D/etc/dhclient.conf ] || touch %D/etc/dhclient.conf
@unexec [ -L %D/etc/dhclient.conf -o -s %D/etc/dhclient.conf ] || rm -f %D/etc/dhclient.conf
sbin/dhclient
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment