Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 12:56:21 +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: r368092 - head/net-mgmt/bpft
Message-ID:  <201409131256.s8DCuLtI004558@svn.freebsd.org>

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



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