BROKEN on 5.x: broken pkg-plist
This commit is contained in:
parent
f2c110064e
commit
ba9dfe466e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100117
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue