Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 15:59:30 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379921 - head/audio/libadplug
Message-ID:  <201502251559.t1PFxUDW077780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502251559.t1PFxUDW077780>