diff options
-rw-r--r-- | games/ifm/Makefile | 13 | ||||
-rw-r--r-- | games/ifm/pkg-plist | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index f25c179af678..016c0144939f 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifm PORTVERSION= 5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games tk84 MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ http://www.ifarchive.org/%SUBDIR%/ @@ -18,6 +18,7 @@ COMMENT= Interactive Fiction mapper and walkthrough generator RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -34,12 +35,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/ifm/* ${DOCSDIR}/html .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -PLIST_SUB+= RELENG4="" -.else -PLIST_SUB+= RELENG4="@comment " -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/ifm/pkg-plist b/games/ifm/pkg-plist index 5447dc74081e..4e507df25ed0 100644 --- a/games/ifm/pkg-plist +++ b/games/ifm/pkg-plist @@ -1,7 +1,7 @@ bin/ifm -%%RELENG4%%bin/ifm2dev -%%RELENG4%%bin/ifm2tex -%%RELENG4%%bin/scr2ifm +bin/ifm2dev +bin/ifm2tex +bin/scr2ifm bin/tkifm lib/ifm/gpp %%PORTDOCS%%%%DOCSDIR%%/html/WARNINGS |