summaryrefslogtreecommitdiff
path: root/audio/xmcd
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-20 08:43:44 +0000
committermycroft <mycroft>1998-03-20 08:43:44 +0000
commit97b57512d7b25a853f248c8eb0e65d3278d047d4 (patch)
tree3412f3557517023627a325791dd55e6a9938c0dc /audio/xmcd
parentb81002f88f8b4341e25249683e9614e1bf77104b (diff)
downloadpkgsrc-97b57512d7b25a853f248c8eb0e65d3278d047d4.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