diff options
author | hoek <hoek@FreeBSD.org> | 1998-07-16 00:00:52 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-07-16 00:00:52 +0800 |
commit | 3e67094168c994cf58bfc8f00554fac952bd34e5 (patch) | |
tree | 3dfff1a27b083c4715df8769ec2bea7815e577e1 /games | |
parent | eaa0f82e9b7f7073e21c2e759f854c7ddf431c1d (diff) | |
download | freebsd-ports-gnome-3e67094168c994cf58bfc8f00554fac952bd34e5.tar.gz freebsd-ports-gnome-3e67094168c994cf58bfc8f00554fac952bd34e5.tar.zst freebsd-ports-gnome-3e67094168c994cf58bfc8f00554fac952bd34e5.zip |
Strip
Diffstat (limited to 'games')
-rw-r--r-- | games/tvp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile index 3ed5ad5d1aa2..057b1277fb53 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -3,7 +3,7 @@ # Date Created: 3 Jul 1996 # Whom: Tim Vanderhoek <ac199@hwcn.org> # -# $Id: Makefile,v 1.2 1997/11/08 13:26:08 hoek Exp $ +# $Id: Makefile,v 1.3 1997/12/24 01:21:44 alex Exp $ # DISTNAME= tvp-0.9.7.1 @@ -35,5 +35,6 @@ post-install: ${INSTALL_MAN} ${FILESDIR}/tvp.6 ${PREFIX}/man/man6/tvp.6 a='${PREFIX}/share/doc/tvp/' perl -pi -e 's/TOKEN/$$ENV{a}/' \ ${PREFIX}/man/man6/tvp.6 + strip ${PREFIX}/bin/xpwish ${PREFIX}/bin/aprez ${PREFIX}/bin/prez .include <bsd.port.mk> |