svn commit: r367726 - head/audio/audacious-dumb

Emanuel Haupt ehaupt at FreeBSD.org
Tue Sep 9 11:35:42 UTC 2014


Author: ehaupt
Date: Tue Sep  9 11:35:41 2014
New Revision: 367726
URL: http://svnweb.freebsd.org/changeset/ports/367726
QAT: https://qat.redports.org/buildarchive/r367726/

Log:
  - Strip binary
  - Remove outdated post-patch regex

Modified:
  head/audio/audacious-dumb/Makefile

Modified: head/audio/audacious-dumb/Makefile
==============================================================================
--- head/audio/audacious-dumb/Makefile	Tue Sep  9 10:46:42 2014	(r367725)
+++ head/audio/audacious-dumb/Makefile	Tue Sep  9 11:35:41 2014	(r367726)
@@ -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>


More information about the svn-ports-head mailing list