svn commit: r339495 - head/audio/libxmp

Emanuel Haupt ehaupt at FreeBSD.org
Sun Jan 12 11:37:35 UTC 2014


Author: ehaupt
Date: Sun Jan 12 11:37:35 2014
New Revision: 339495
URL: http://svnweb.freebsd.org/changeset/ports/339495

Log:
  Re-use PORTVERSION in STRIP_CMD.

Modified:
  head/audio/libxmp/Makefile

Modified: head/audio/libxmp/Makefile
==============================================================================
--- head/audio/libxmp/Makefile	Sun Jan 12 11:35:01 2014	(r339494)
+++ head/audio/libxmp/Makefile	Sun Jan 12 11:37:35 2014	(r339495)
@@ -17,6 +17,6 @@ PLIST_FILES=	include/xmp.h lib/libxmp.so
 		lib/libxmp.so.${PORTVERSION} libdata/pkgconfig/libxmp.pc
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.4.2.2
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.${PORTVERSION}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list