Allow staging as a regular user
This commit is contained in:
parent
ed98d435ba
commit
160dde5169
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367991
@ -12,13 +12,12 @@ COMMENT= Version of 'traceroute' that shows the AS network number of each hop
|
||||
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user