diff options
author | roger <roger@FreeBSD.org> | 1999-06-08 09:23:32 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-06-08 09:23:32 +0000 |
commit | 770054bfdb0c5741ace07a6ffa96d5153c5f14c7 (patch) | |
tree | 9ed11e951ce0fcf3a7ea040acf8d39265ab7c6ee /misc/vbidecode | |
parent | 84a9a88af8344542dd403a448ee3e03ae029dd1d (diff) | |
download | FreeBSD-ports-770054bfdb0c5741ace07a6ffa96d5153c5f14c7.zip FreeBSD-ports-770054bfdb0c5741ace07a6ffa96d5153c5f14c7.tar.gz |
Add strip to Makefile to reduce file size on 3.x systems
Diffstat (limited to 'misc/vbidecode')
-rw-r--r-- | misc/vbidecode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile index fda8c11..3914d2a 100644 --- a/misc/vbidecode/Makefile +++ b/misc/vbidecode/Makefile @@ -3,7 +3,7 @@ # Date created: Mon June 7 16:11:00 BST 1999 # Whom: Roger Hardiman <roger@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1999/06/07 22:10:30 roger Exp $ +# $Id: Makefile,v 1.2 1999/06/07 22:23:36 roger Exp $ # # Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver # It therefore has a DISTNAME of vbidecode but DISTFILES of bttv @@ -19,5 +19,6 @@ WRKSRC= ${WRKDIR}/bttv/apps/vbidecode do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin + @strip ${PREFIX}/bin/vbidecode .include <bsd.port.mk> |