Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2015 11:41:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403103 - head/net/dhcpd
Message-ID:  <201512061141.tB6BfEbY066039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512061141.tB6BfEbY066039>