1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-19 11:55:56 +00:00
parent 2e1e16e68e
commit 07ae7b1157
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345077

View File

@ -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>