mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Support staging
This commit is contained in:
parent
2e1e16e68e
commit
07ae7b1157
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345077
@ -11,12 +11,10 @@ COMMENT= DNS network traffic capture utility
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
MAN1= dnscap.1
|
||||
PLIST_FILES= bin/dnscap
|
||||
PLIST_FILES= bin/dnscap man/man1/dnscap.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${PREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user