diff options
-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 fda8c111c622..3914d2a07eb8 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> |