diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-22 16:32:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-22 16:32:17 +0000 |
commit | 43af42947394cc6f2c0e8bfda996ded4f9c98c60 (patch) | |
tree | 5ef0c2192964bd47d90555f133f8aa64c4414baf /audio/shairport/Makefile | |
parent | f7f365d9a44ed3187ba5e8a0e022b34335141cb2 (diff) | |
download | ports-43af42947394cc6f2c0e8bfda996ded4f9c98c60.tar.gz ports-43af42947394cc6f2c0e8bfda996ded4f9c98c60.zip |
Notes
Diffstat (limited to 'audio/shairport/Makefile')
-rw-r--r-- | audio/shairport/Makefile | 12 |
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> |