diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-11-08 06:33:32 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-11-08 06:33:32 +0000 |
commit | 0b2dd6e8f351c8f9ecfebf896c98e1b776a80bf1 (patch) | |
tree | d617d992480da43bbdc6ee8178883dd041d95969 /games | |
parent | 1da70b637448fa0ee566be858702c4ea2d777772 (diff) | |
download | ports-0b2dd6e8f351c8f9ecfebf896c98e1b776a80bf1.tar.gz ports-0b2dd6e8f351c8f9ecfebf896c98e1b776a80bf1.zip |
Notes
Diffstat (limited to 'games')
-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 |