diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2004-02-02 03:57:10 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2004-02-02 03:57:10 +0000 |
commit | 010282949d8e6c64af823c71b39df8b975b24780 (patch) | |
tree | 9346c9ae0f07ff36d73bfc8a572f69979f73b4a8 /games | |
parent | 875bc50287bdb101bdeb5069b3046d08e9b6da79 (diff) | |
download | ports-010282949d8e6c64af823c71b39df8b975b24780.tar.gz ports-010282949d8e6c64af823c71b39df8b975b24780.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/tvp/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile index d3f618332ef6..6ff4d2b224cc 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -7,6 +7,7 @@ PORTNAME= tvp PORTVERSION= 0.9.7.1 +PORTREVISION= 1 CATEGORIES= games tk82 MASTER_SITES= http://www3.sympatico.ca/john.vanderhoek/tim/src/president/ @@ -39,14 +40,8 @@ post-install: .endfor .endif ${INSTALL_MAN} ${FILESDIR}/tvp.6 ${PREFIX}/man/man6/tvp.6 - a='${PREFIX}/share/doc/tvp/' perl -pi -e 's/TOKEN/$$ENV{a}/' \ + a='${PREFIX}/share/doc/tvp/' ${PERL} -pi -e 's/TOKEN/$$ENV{a}/' \ ${PREFIX}/man/man6/tvp.6 ${STRIP_CMD} ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |