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
bf23594bee
commit
cde318cffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334752
@ -13,15 +13,14 @@ COMMENT= Extract parts, movements, etc from abc music files
|
|||||||
USES= shebangfix perl5
|
USES= shebangfix perl5
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
SHEBANG_FILES= abcselect
|
SHEBANG_FILES= abcselect
|
||||||
|
|
||||||
MAN1= abcselect.1
|
PLIST_FILES= bin/abcselect \
|
||||||
PLIST_FILES= bin/abcselect
|
man/man1/abcselect.1.gz
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user