diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /audio/xmms-musepack | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'audio/xmms-musepack')
-rw-r--r-- | audio/xmms-musepack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile index 7e5a4f913c2e..61c41488b1d7 100644 --- a/audio/xmms-musepack/Makefile +++ b/audio/xmms-musepack/Makefile @@ -21,6 +21,6 @@ USE_GNOME= gtk12 USE_LIBTOOL= yes post-install: - strip ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so + ${STRIP_CMD} ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so .include <bsd.port.mk> |