diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-06 11:41:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-06 11:41:14 +0000 |
commit | 4893a772d091d06d506f5b9fd65cc2f61ebdd5cb (patch) | |
tree | 7937b1e619b8adb3631dba7cb152002fa0bab247 /net/dhcpd | |
parent | 0ed0fe8a98ba404ef2b3bedecd3d1000498c3af1 (diff) | |
download | ports-4893a772d091d06d506f5b9fd65cc2f61ebdd5cb.tar.gz ports-4893a772d091d06d506f5b9fd65cc2f61ebdd5cb.zip |
Notes
Diffstat (limited to 'net/dhcpd')
-rw-r--r-- | net/dhcpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dhcpd/Makefile b/net/dhcpd/Makefile index a090e6d4c404..f2287de8729d 100644 --- a/net/dhcpd/Makefile +++ b/net/dhcpd/Makefile @@ -16,6 +16,7 @@ GH_ACCOUNT= koue CONFLICTS= isc-dhcp4[1-3]-server* +USES= uidfix USE_OPENSSL= yes USE_RC_SUBR= dhcpd @@ -26,10 +27,8 @@ MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man USERS= dhcpd GROUPS= dhcpd -.include <bsd.port.pre.mk> - post-install: ${INSTALL_DATA} ${WRKSRC}/dhcpd.conf \ ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.sample -.include <bsd.port.post.mk> +.include <bsd.port.mk> |