This is also broken on 4.x.
This commit is contained in:
parent
90698809e6
commit
88a1e33a66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101677
1 changed files with 3 additions and 7 deletions
|
@ -27,6 +27,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|||
iconv.3:${PORTSDIR}/converters/libiconv \
|
||||
gmp.6:${PORTSDIR}/math/libgmp4
|
||||
|
||||
BROKEN= "Broken pkg-plist"
|
||||
|
||||
WRKSRC= ${WRKDIR}/kaffe-${PORTVERSION}
|
||||
|
||||
NOT_FOR_ARCHS= amd64
|
||||
|
@ -56,15 +58,9 @@ PLIST_SUB+= PORTVER=${PORTVERSION} ARCH=${ARCH}
|
|||
|
||||
MAN1= kaffe.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/license.terms ${DATADIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue