svn commit: r379921 - head/audio/libadplug

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 25 15:59:30 UTC 2015


Author: ehaupt
Date: Wed Feb 25 15:59:29 2015
New Revision: 379921
URL: https://svnweb.freebsd.org/changeset/ports/379921
QAT: https://qat.redports.org/buildarchive/r379921/

Log:
  Strip library

Modified:
  head/audio/libadplug/Makefile

Modified: head/audio/libadplug/Makefile
==============================================================================
--- head/audio/libadplug/Makefile	Wed Feb 25 14:44:41 2015	(r379920)
+++ head/audio/libadplug/Makefile	Wed Feb 25 15:59:29 2015	(r379921)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libadplug
 PORTVERSION=	2.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF/adplug/AdPlug%20core%20library/${PORTVERSION}
 DISTNAME=	adplug-${PORTVERSION}
@@ -24,6 +24,8 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 
 INFO=		libadplug
 
+INSTALL_TARGET=	install-strip
+
 post-patch:
 	@${REINPLACE_CMD} -E 's#<(binfile.h|binio.h|binstr.h)>#<libbinio/\1>#' \
 		${WRKSRC}/adplugdb/adplugdb.cpp \


More information about the svn-ports-all mailing list