- Mark BROKEN on 4.X

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2005-11-22 20:22:18 +00:00
parent e35717c028
commit 5bca3810f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149098

View file

@ -46,6 +46,12 @@ USE_REINPLACE= yes
SUB_FILES= pkg-message pkg-install pkg-deinstall crontab.in
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "does not compile"
.endif
post-patch:
@${FIND} ${WRKSRC} -type f -perm 755 \
-or -name create_instance \
@ -66,4 +72,4 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>