svn commit: r366614 - head/audio/libmodplug
Emanuel Haupt
ehaupt at FreeBSD.org
Sat Aug 30 12:05:35 UTC 2014
Author: ehaupt
Date: Sat Aug 30 12:05:34 2014
New Revision: 366614
URL: http://svnweb.freebsd.org/changeset/ports/366614
QAT: https://qat.redports.org/buildarchive/r366614/
Log:
Use install-strip install target.
Modified:
head/audio/libmodplug/Makefile
Modified: head/audio/libmodplug/Makefile
==============================================================================
--- head/audio/libmodplug/Makefile Sat Aug 30 12:00:31 2014 (r366613)
+++ head/audio/libmodplug/Makefile Sat Aug 30 12:05:34 2014 (r366614)
@@ -11,6 +11,7 @@ MAINTAINER= ehaupt at FreeBSD.org
COMMENT= ModPlug mod-like music shared libraries
USES= gmake pathfix pkgconfig libtool:keepla
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -18,7 +19,4 @@ post-patch:
@${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \
${WRKSRC}/configure
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmodplug.so.1
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list