BROKEN on 5.x: does not compile
This commit is contained in:
parent
a609ac9f26
commit
e51f9955b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85975
@ -24,7 +24,13 @@ MANCOMPRESSED= yes
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 501000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user