Fix pkg-plist, second attempt:
bin/ifm2dev bin/ifm2tex bin/scr2ifm are installed only on 4.x (for some reason). Plist failure on 4.x reported by Kris.
This commit is contained in:
parent
0f9d45de73
commit
63bf761c57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176713
2 changed files with 13 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
bin/ifm
|
||||
%%RELENG4%%bin/ifm2dev
|
||||
%%RELENG4%%bin/ifm2tex
|
||||
%%RELENG4%%bin/scr2ifm
|
||||
bin/tkifm
|
||||
lib/ifm/gpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/WARNINGS
|
||||
|
|
Loading…
Reference in a new issue