summaryrefslogtreecommitdiff
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
parentBROKEN on 6.x: Configure fails (diff)
BROKEN on 6.x: Broken pkg-plist
Notes
Notes: svn path=/head/; revision=121927
-rw-r--r--lang/python21/Makefile4
-rw-r--r--x11-toolkits/py-fltk/Makefile8
2 files changed, 11 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 8a0876937041..55b5ddc43ea5 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -46,6 +46,10 @@ DEMODIR= ${PREFIX}/share/examples/${PYTHON_VERSION}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 600000
+BROKEN= "Broken pkg-plist on FreeBSD >= 6.x"
+.endif
+
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+= -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include
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>