Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 17:22:40 +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: r367363 - head/net/icmpinfo
Message-ID:  <201409051722.s85HMeW8028797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep  5 17:22:40 2014
New Revision: 367363
URL: http://svnweb.freebsd.org/changeset/ports/367363
QAT: https://qat.redports.org/buildarchive/r367363/

Log:
  Allow staging as a regular user

Modified:
  head/net/icmpinfo/Makefile

Modified: head/net/icmpinfo/Makefile
==============================================================================
--- head/net/icmpinfo/Makefile	Fri Sep  5 17:02:28 2014	(r367362)
+++ head/net/icmpinfo/Makefile	Fri Sep  5 17:22:40 2014	(r367363)
@@ -11,14 +11,12 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Looks at the icmp messages received by the host
 
 ALL_TARGET=	
-PLIST_FILES=	bin/icmpinfo \
+PLIST_FILES=	"@(,,4555) bin/icmpinfo" \
 		man/man1/icmpinfo.man.gz
 PORTDOCS=	README
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/icmpinfo ${STAGEDIR}${PREFIX}/bin
-	${CHOWN} root ${STAGEDIR}${PREFIX}/bin/icmpinfo
-	${CHMOD} 4555 ${STAGEDIR}${PREFIX}/bin/icmpinfo
 	${INSTALL_MAN} ${WRKSRC}/icmpinfo.man ${STAGEDIR}${PREFIX}/man/man1/${MAN1}
 
 post-install:



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