diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-09-09 19:35:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-09-09 19:35:41 +0800 |
commit | 6138e767cd13aeac712cc66c476da241d8d4669f (patch) | |
tree | e0bb5ac7d726fe835dc2766e7670a25a3f8cc87f | |
parent | d4e5816dff2e4ce75f242e5a98c757a2e1568803 (diff) | |
download | freebsd-ports-gnome-6138e767cd13aeac712cc66c476da241d8d4669f.tar.gz freebsd-ports-gnome-6138e767cd13aeac712cc66c476da241d8d4669f.tar.zst freebsd-ports-gnome-6138e767cd13aeac712cc66c476da241d8d4669f.zip |
- Strip binary
- Remove outdated post-patch regex
-rw-r--r-- | audio/audacious-dumb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 70f13b2429f8..13d4a42f1e32 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -3,6 +3,7 @@ PORTNAME= audacious-dumb PORTVERSION= 0.83 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.netswarm.net/misc/ \ CRITICAL @@ -20,7 +21,9 @@ USES= gmake pkgconfig USE_LDCONFIG= yes post-patch: - @${REINPLACE_CMD} -e 's|3\.1-alpha1|3\.1|g; \ - s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/audacious/Input/dumb.so .include <bsd.port.mk> |