diff options
author | mycroft <mycroft> | 1998-03-20 08:43:44 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-20 08:43:44 +0000 |
commit | e31bedcf9157ed890d6f7efcc5e461bf9ae95742 (patch) | |
tree | 3412f3557517023627a325791dd55e6a9938c0dc /audio | |
parent | 18ce9f6e1260f19702ad6068ee1d488f0c20b968 (diff) | |
download | pkgsrc-e31bedcf9157ed890d6f7efcc5e461bf9ae95742.tar.gz |
Strip the installed executables.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/Makefile | 5 |
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 |