diff options
Diffstat (limited to 'audio/p5-Shout/Makefile')
-rw-r--r-- | audio/p5-Shout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile index 346648e8e752..74a4bcdd7f10 100644 --- a/audio/p5-Shout/Makefile +++ b/audio/p5-Shout/Makefile @@ -3,7 +3,7 @@ PORTNAME= Shout PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= http://downloads.us.xiph.org/releases/libshout/ PKGNAMEPREFIX= p5- @@ -30,7 +30,7 @@ post-configure: OPTIONS_DEFINE= DOCS post-install: - ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Shout/Shout.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Shout/Shout.so ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${STAGEDIR}${DOCSDIR} |