summaryrefslogtreecommitdiffstats
path: root/games/tvp
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2004-02-02 03:57:10 +0000
committerhoek <hoek@FreeBSD.org>2004-02-02 03:57:10 +0000
commit6897eba72e288197061eec3de9e74666f5a50016 (patch)
treef5ae05b4e27d154a4118479cf58edf87155c30d8 /games/tvp
parent056dd710a9b62bc8bdf3fb59cdc3fd021a1dcc6a (diff)
downloadFreeBSD-ports-6897eba72e288197061eec3de9e74666f5a50016.zip
FreeBSD-ports-6897eba72e288197061eec3de9e74666f5a50016.tar.gz
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/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile
index d3f6183..6ff4d2b 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>
OpenPOWER on IntegriCloud