mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Stageify.
Approved by: portmgr@
This commit is contained in:
parent
f7f365d9a4
commit
43af429473
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354870
@ -21,7 +21,6 @@ RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
avahi-publish-service:${PORTSDIR}/net/avahi-app
|
||||
|
||||
USES= gmake perl5 pkgconfig
|
||||
NO_STAGE= yes
|
||||
USE_PERL5= run
|
||||
USE_OPENSSL= yes
|
||||
|
||||
@ -44,18 +43,15 @@ post-patch:
|
||||
${WRKSRC}/shairport.c ${WRKSRC}/shairport.pl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
|
||||
.for file in ${PORTNAME} hairtunes
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} -p ${WRKSRC}/${i} ${DOCSDIR}
|
||||
${INSTALL_DATA} -p ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user