diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-08-30 20:05:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-08-30 20:05:34 +0800 |
commit | d02808b79da3a82911c98857b0a9ed9cbffb6489 (patch) | |
tree | 6f0a8ac7e401950f4dd59177ab2bcecd7ba9b70b | |
parent | 1665ca06221df93e3b2e4e0e715c47dacea11cf9 (diff) | |
download | freebsd-ports-gnome-d02808b79da3a82911c98857b0a9ed9cbffb6489.tar.gz freebsd-ports-gnome-d02808b79da3a82911c98857b0a9ed9cbffb6489.tar.zst freebsd-ports-gnome-d02808b79da3a82911c98857b0a9ed9cbffb6489.zip |
Use install-strip install target.
-rw-r--r-- | audio/libmodplug/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 5f3883da0ae9..e519f2e34e35 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ehaupt@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> |