diff options
author | antoine <antoine@FreeBSD.org> | 2015-12-06 19:41:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-12-06 19:41:14 +0800 |
commit | 27eef00fa5389cfec301b93abb5d57a2b4bae15e (patch) | |
tree | 7937b1e619b8adb3631dba7cb152002fa0bab247 | |
parent | dae294656220309ebeaaff4b331ea88f8274b70d (diff) | |
download | freebsd-ports-gnome-27eef00fa5389cfec301b93abb5d57a2b4bae15e.tar.gz freebsd-ports-gnome-27eef00fa5389cfec301b93abb5d57a2b4bae15e.tar.zst freebsd-ports-gnome-27eef00fa5389cfec301b93abb5d57a2b4bae15e.zip |
Allow staging as a regular user
-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> |