diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 10:14:28 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 10:14:28 +0800 |
commit | aee645945731ac581b2a44f5466afe821c6c93c3 (patch) | |
tree | 058ab9e84226e11a31be3230c08b55e26e05118c /games/tvp/Makefile | |
parent | 1485aec933c958ce96e1c6d826ec5207120f7bbf (diff) | |
download | freebsd-ports-gnome-aee645945731ac581b2a44f5466afe821c6c93c3.tar.gz freebsd-ports-gnome-aee645945731ac581b2a44f5466afe821c6c93c3.tar.zst freebsd-ports-gnome-aee645945731ac581b2a44f5466afe821c6c93c3.zip |
Clean out a bunch 'o stuff this port doesn't install.
Diffstat (limited to 'games/tvp/Makefile')
-rw-r--r-- | games/tvp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile index 6dd67d9116bf..2e525fa9f31a 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.5 1998/08/07 23:56:21 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/25 10:05:07 asami Exp $ # DISTNAME= tvp-0.9.7.1 @@ -35,6 +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 + strip ${PREFIX}/bin/aprez ${PREFIX}/bin/prez .include <bsd.port.mk> |