1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Mark BROKEN on 6.X: does not link

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-04-15 22:23:45 +00:00
parent 7720aa57a9
commit e93a6a36af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252733

View File

@ -37,6 +37,12 @@ MAN1= tint2.1
PORTDOCS= AUTHORS ChangeLog README NEWS
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not link
.endif
post-patch:
@${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed
@${SED} -e "s# install-dist_docDATA##" \
@ -70,4 +76,4 @@ PLIST_FILES+= ${EXAMPLESDIR_REL}/${file}
PLIST_DIRS+= ${EXAMPLESDIR_REL}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>