svn commit: r368092 - head/net-mgmt/bpft

Antoine Brodin antoine at FreeBSD.org
Sat Sep 13 12:56:21 UTC 2014


Author: antoine
Date: Sat Sep 13 12:56:20 2014
New Revision: 368092
URL: http://svnweb.freebsd.org/changeset/ports/368092
QAT: https://qat.redports.org/buildarchive/r368092/

Log:
  Allow staging as a regular user

Deleted:
  head/net-mgmt/bpft/pkg-install
Modified:
  head/net-mgmt/bpft/Makefile

Modified: head/net-mgmt/bpft/Makefile
==============================================================================
--- head/net-mgmt/bpft/Makefile	Sat Sep 13 12:46:27 2014	(r368091)
+++ head/net-mgmt/bpft/Makefile	Sat Sep 13 12:56:20 2014	(r368092)
@@ -18,7 +18,8 @@ OPTIONS_DEFINE=	DOCS
 CONFLICTS=	trafd-3.0.*
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-
+MAKE_ARGS=	INSTALL_FILE="${INSTALL_DATA}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+		INSTALL_SCRIPT="${INSTALL_SCRIPT}"
 MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.options.mk>
@@ -39,9 +40,6 @@ post-patch:
 		${WRKSRC}/lib/interfaces.c
 
 post-install:
-.for i in bin/traflog bin/trafstat sbin/trafd sbin/trafstatd
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
-.endfor
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in README WhatsNew
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})


More information about the svn-ports-head mailing list