diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-11-07 15:30:37 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-11-07 15:30:37 +0000 |
commit | 63bf761c57c2e96a2449839a49e0ddaeaab0292a (patch) | |
tree | c4ea245dd6ca28f7df47382504d69e587eab8882 /games/ifm | |
parent | 0f9d45de7306a169c1625c18f79edc932ba46066 (diff) | |
download | ports-63bf761c57c2e96a2449839a49e0ddaeaab0292a.tar.gz ports-63bf761c57c2e96a2449839a49e0ddaeaab0292a.zip |
Notes
Diffstat (limited to 'games/ifm')
-rw-r--r-- | games/ifm/Makefile | 12 | ||||
-rw-r--r-- | games/ifm/pkg-plist | 3 |
2 files changed, 13 insertions, 2 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index 849f274ccde0..f25c179af678 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifm PORTVERSION= 5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games tk84 MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ http://www.ifarchive.org/%SUBDIR%/ @@ -34,4 +34,12 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/ifm/* ${DOCSDIR}/html .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +PLIST_SUB+= RELENG4="" +.else +PLIST_SUB+= RELENG4="@comment " +.endif + +.include <bsd.port.post.mk> diff --git a/games/ifm/pkg-plist b/games/ifm/pkg-plist index d3b79ca840ab..5447dc74081e 100644 --- a/games/ifm/pkg-plist +++ b/games/ifm/pkg-plist @@ -1,4 +1,7 @@ bin/ifm +%%RELENG4%%bin/ifm2dev +%%RELENG4%%bin/ifm2tex +%%RELENG4%%bin/scr2ifm bin/tkifm lib/ifm/gpp %%PORTDOCS%%%%DOCSDIR%%/html/WARNINGS |