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/xmcd | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 1318dd556d38..975f7b312571 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -51,10 +51,10 @@ post-build: .endif post-install: - @strip ${LIBBINDIR}/cda - @strip ${LIBBINDIR}/gobrowser - @strip ${LIBBINDIR}/has_alsa - @strip ${LIBBINDIR}/xmcd + @${STRIP_CMD} ${LIBBINDIR}/cda + @${STRIP_CMD} ${LIBBINDIR}/gobrowser + @${STRIP_CMD} ${LIBBINDIR}/has_alsa + @${STRIP_CMD} ${LIBBINDIR}/xmcd @${CAT} ${PKGMESSAGE} @${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${PREFIX}/lib/X11/app-defaults/XMcd .if ${XFREE86_VERSION} == 4 |