svn commit: r367991 - head/net/traceroute

Antoine Brodin antoine at FreeBSD.org
Thu Sep 11 22:02:27 UTC 2014


Author: antoine
Date: Thu Sep 11 22:02:27 2014
New Revision: 367991
URL: http://svnweb.freebsd.org/changeset/ports/367991
QAT: https://qat.redports.org/buildarchive/r367991/

Log:
  Allow staging as a regular user

Modified:
  head/net/traceroute/Makefile

Modified: head/net/traceroute/Makefile
==============================================================================
--- head/net/traceroute/Makefile	Thu Sep 11 21:54:45 2014	(r367990)
+++ head/net/traceroute/Makefile	Thu Sep 11 22:02:27 2014	(r367991)
@@ -12,13 +12,12 @@ COMMENT=	Version of 'traceroute' that sh
 
 RELEASEDATE=	991603
 NO_WRKSUBDIR=	yes
-PLIST_FILES=	sbin/traceroute man/man8/traceroute.8.gz
+PLIST_FILES=	"@(,,4555) sbin/traceroute" man/man8/traceroute.8.gz
 USES=		tar:Z
 
 do-install:
-	${INSTALL} -c -m 4755 -o root -g bin ${WRKSRC}/traceroute \
+	${INSTALL_PROGRAM} ${WRKSRC}/traceroute \
 		${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${STAGEDIR}${PREFIX}/man/man8
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/traceroute
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list