diff options
author | hoek <hoek@FreeBSD.org> | 2004-02-02 11:57:10 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2004-02-02 11:57:10 +0800 |
commit | 6897eba72e288197061eec3de9e74666f5a50016 (patch) | |
tree | f5ae05b4e27d154a4118479cf58edf87155c30d8 /games/tvp | |
parent | 056dd710a9b62bc8bdf3fb59cdc3fd021a1dcc6a (diff) | |
download | freebsd-ports-gnome-6897eba72e288197061eec3de9e74666f5a50016.tar.gz freebsd-ports-gnome-6897eba72e288197061eec3de9e74666f5a50016.tar.zst freebsd-ports-gnome-6897eba72e288197061eec3de9e74666f5a50016.zip |
Remove BROKEN since the port has now been fixed for gcc33. Also,
fix to call ${PERL} instead "perl" (portlint).
Diffstat (limited to 'games/tvp')
-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> |