summaryrefslogtreecommitdiff
path: root/audio/xmcd
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-03-20 08:43:44 +0000
committermycroft <mycroft@pkgsrc.org>1998-03-20 08:43:44 +0000
commit77339911bda70d49f56f352fe49837a56973c286 (patch)
tree3412f3557517023627a325791dd55e6a9938c0dc /audio/xmcd
parente384052d635005fe52b7f9b112248df908e2583d (diff)
downloadpkgsrc-77339911bda70d49f56f352fe49837a56973c286.tar.gz
Strip the installed executables.
Diffstat (limited to 'audio/xmcd')
-rw-r--r--audio/xmcd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index fb40cf1aece..a08f622e1d3 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 December 1997
# Whom: hubertf@netbsd.org
#
-# $NetBSD: Makefile,v 1.5 1998/02/15 18:27:25 tron Exp $
+# $NetBSD: Makefile,v 1.6 1998/03/20 08:43:44 mycroft Exp $
# FreeBSD Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp
#
@@ -22,6 +22,9 @@ CAT1= xmcd.0 cda.0 wm2xmcd.0
MAN1= xmcd.1 cda.1 wm2xmcd.1
post-install:
+ @strip ${PREFIX}/bin/xmcd
+ @strip ${PREFIX}/bin/cda
+ @strip ${PREFIX}/bin/wm2xmcd
${CP} ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
${MV} ${PREFIX}/man/cat1/xmcd.1 ${PREFIX}/man/man1/xmcd.1
${MV} ${PREFIX}/man/cat1/cda.1 ${PREFIX}/man/man1/cda.1