mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
3be24ea4ec
commit
f3f7fc6c27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350225
@ -13,9 +13,7 @@ COMMENT= Last.fm submitter
|
||||
RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
|
||||
|
||||
USES= shebangfix perl5
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= shebangfix perl5 tar:bzip2
|
||||
USE_PERL5= run
|
||||
SUB_FILES= pkg-message
|
||||
NO_BUILD= yes
|
||||
@ -24,9 +22,8 @@ PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
SHEBANG_FILES= ${PORTNAME}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/
|
||||
@${INSTALL} -d ${EXAMPLESDIR}/
|
||||
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${EXAMPLESDIR}/
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec/
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user