mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
7a14a50098
commit
da9e8e3698
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348689
@ -16,13 +16,11 @@ USE_PYTHON= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= sbin/flowgrep
|
||||
PLIST_FILES= sbin/flowgrep man/man8/flowgrep.8.gz
|
||||
|
||||
MAN8= flowgrep.8
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py ${PREFIX}/sbin/flowgrep
|
||||
${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${PREFIX}/man/man8/flowgrep.8
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py \
|
||||
${STAGEDIR}${PREFIX}/sbin/flowgrep
|
||||
${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user