summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-13 13:21:22 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-13 13:21:22 +0000
commit216192b8aecbc6bee5140af41069af88a1f57377 (patch)
tree4dba309bcbe32df65de0e6f89b3d470b4d35e9b7
parentb90dd04fefac5546e87bca54c929530a36f1c61d (diff)
downloadFreeBSD-ports-216192b8aecbc6bee5140af41069af88a1f57377.zip
FreeBSD-ports-216192b8aecbc6bee5140af41069af88a1f57377.tar.gz
- Strip library
-rw-r--r--audio/p5-Audio-CD/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile
index 86d0698..d2425b6 100644
--- a/audio/p5-Audio-CD/Makefile
+++ b/audio/p5-Audio-CD/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Audio-CD
PORTVERSION= 0.04
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,4 +18,9 @@ USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \
LIBS="-L${LOCALBASE}/lib -lcdaudio"
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud