Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2014 11:37:35 +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: r339495 - head/audio/libxmp
Message-ID:  <201401121137.s0CBbZrB083819@svn.freebsd.org>

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



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