BROKEN on 4.x: broken pkg-plist
This commit is contained in:
parent
c190197547
commit
8b63fe22b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101613
2 changed files with 14 additions and 2 deletions
|
@ -20,4 +20,10 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= Net::Ident.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -20,4 +20,10 @@ WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION}
|
|||
|
||||
MAN3= Text::Striphigh.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue