diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-01-12 11:37:35 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-01-12 11:37:35 +0000 |
commit | f9cc388d46c4a209adbb218d047592d99eb2093e (patch) | |
tree | 66d57be7fe0779e357a38278c90ff5a6c1531371 | |
parent | e923cd489f2bec44c1c9c13e2ee6593afb5e4c41 (diff) | |
download | ports-f9cc388d46c4a209adbb218d047592d99eb2093e.tar.gz ports-f9cc388d46c4a209adbb218d047592d99eb2093e.zip |
Notes
-rw-r--r-- | audio/libxmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile index a66222fa17b6..f24ed7c68e90 100644 --- a/audio/libxmp/Makefile +++ b/audio/libxmp/Makefile @@ -17,6 +17,6 @@ PLIST_FILES= include/xmp.h lib/libxmp.so lib/libxmp.so.4 \ 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> |