summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:27:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:27:19 +0000
commit598ed79f4699cd1718fab01618e85db2bf2acf0d (patch)
treec675d99938f9372e62cdfcd23cec451688879cb4 /x11-toolkits
parentBROKEN on 6.x: Configure fails (diff)
BROKEN on 6.x: Broken pkg-plist
Notes
Notes: svn path=/head/; revision=121927
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-fltk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile
index 02775a09c895..a2484727d5ef 100644
--- a/x11-toolkits/py-fltk/Makefile
+++ b/x11-toolkits/py-fltk/Makefile
@@ -29,6 +29,12 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
XTRADOCS= CHANGES README TODO
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Broken pkg-plist on FreeBSD >= 6.x"
+.endif
+
post-build:
${REINPLACE_CMD} -e "s|\.\./docs|${DOCSDIR}/html|g" ${WRKSRC}/test/help.py
@@ -46,4 +52,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>