svn commit: r403103 - head/net/dhcpd
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 6 11:41:15 UTC 2015
Author: antoine
Date: Sun Dec 6 11:41:14 2015
New Revision: 403103
URL: https://svnweb.freebsd.org/changeset/ports/403103
Log:
Allow staging as a regular user
Modified:
head/net/dhcpd/Makefile
Modified: head/net/dhcpd/Makefile
==============================================================================
--- head/net/dhcpd/Makefile Sun Dec 6 11:14:46 2015 (r403102)
+++ head/net/dhcpd/Makefile Sun Dec 6 11:41:14 2015 (r403103)
@@ -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
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>
More information about the svn-ports-head
mailing list