1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

BROKEN on 5.x: broken pkg-plist

This commit is contained in:
Kris Kennaway 2004-02-07 23:28:10 +00:00
parent 27c751abb8
commit 0e515ac301
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100305

View File

@ -56,9 +56,15 @@ 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.mk>
.include <bsd.port.post.mk>