svn commit: r367421 - head/dns/nslint

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 13:03:24 UTC 2014


Author: antoine
Date: Sat Sep  6 13:03:23 2014
New Revision: 367421
URL: http://svnweb.freebsd.org/changeset/ports/367421
QAT: https://qat.redports.org/buildarchive/r367421/

Log:
  Allow staging as a regular user

Modified:
  head/dns/nslint/Makefile

Modified: head/dns/nslint/Makefile
==============================================================================
--- head/dns/nslint/Makefile	Sat Sep  6 13:02:52 2014	(r367420)
+++ head/dns/nslint/Makefile	Sat Sep  6 13:03:23 2014	(r367421)
@@ -14,7 +14,6 @@ COMMENT=	Perform consistency checks on D
 GNU_CONFIGURE=	yes
 
 ALL_TARGET=	${PORTNAME}
-INSTALL_TARGET=	install
 
 BOOTFILE?=	/etc/namedb/named.boot
 CONFFILE?=	/etc/namedb/named.conf
@@ -28,4 +27,8 @@ post-patch:
 			${WRKSRC}/${PORTNAME}.c \
 			${WRKSRC}/${PORTNAME}.8
 
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nslint ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/nslint.8 ${STAGEDIR}${PREFIX}/man/man8
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list