Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 12:05:34 +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: r366614 - head/audio/libmodplug
Message-ID:  <201408301205.s7UC5Ywb096620@svn.freebsd.org>

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



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