diff options
-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> |