BROKEN on 5.x: broken pkg-plist

This commit is contained in:
Kris Kennaway 2004-02-06 08:28:44 +00:00
parent f2c110064e
commit ba9dfe466e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100117

View file

@ -28,6 +28,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Broken pkg-plist"
.endif
post-install:
.if !defined(NOPORTDOCS)
@ -36,4 +42,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/javascript.txt ${PREFIX}/share/doc/camserv
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>