aboutsummaryrefslogtreecommitdiff
path: root/audio/faad/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-13 15:05:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-13 15:05:04 +0000
commit596cd74849e34c70e0ac06d4be297cf1a8d8e339 (patch)
treeac6b9b68ac2fb5881514f3f46132700ee49dcba3 /audio/faad/Makefile
parent81a322c55b14384cf672f12f17df221a17acd6e3 (diff)
downloadports-596cd74849e34c70e0ac06d4be297cf1a8d8e339.tar.gz
ports-596cd74849e34c70e0ac06d4be297cf1a8d8e339.zip
Allow packageing as a user[1]
While where strip the final library[2] Reported by: danfe [1], stage-qa [2]
Notes
Notes: svn path=/head/; revision=330231
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r--audio/faad/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 00d96a1bc32a..58857a726d84 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -3,7 +3,7 @@
PORTNAME= faad2
PORTVERSION= 2.7
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
@@ -39,4 +39,10 @@ post-patch:
pre-configure:
@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
+post-configure:
+ @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfaad.so.2
+
.include <bsd.port.mk>