aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-05-22 16:32:17 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-05-22 16:32:17 +0000
commit43af42947394cc6f2c0e8bfda996ded4f9c98c60 (patch)
tree5ef0c2192964bd47d90555f133f8aa64c4414baf /audio
parentf7f365d9a44ed3187ba5e8a0e022b34335141cb2 (diff)
downloadports-43af42947394cc6f2c0e8bfda996ded4f9c98c60.tar.gz
ports-43af42947394cc6f2c0e8bfda996ded4f9c98c60.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/shairport/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/shairport/Makefile b/audio/shairport/Makefile
index f05a49a7be17..e8e1486e83d3 100644
--- a/audio/shairport/Makefile
+++ b/audio/shairport/Makefile
@@ -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>