summaryrefslogtreecommitdiff
path: root/games/tvp/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-28 02:14:28 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-28 02:14:28 +0000
commit851cf528b2d94a43f86471036827fe71be618f48 (patch)
treec68e3715d1296ca2ec8b9368449e0c447652ead8 /games/tvp/Makefile
parentMove manpages from pkg/PLIST to MAN* macro in Makefile and remove empty (diff)
Clean out a bunch 'o stuff this port doesn't install.
Notes
Notes: svn path=/head/; revision=13494
Diffstat (limited to 'games/tvp/Makefile')
-rw-r--r--games/tvp/Makefile4
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>