diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:27:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:27:19 +0000 |
commit | 598ed79f4699cd1718fab01618e85db2bf2acf0d (patch) | |
tree | c675d99938f9372e62cdfcd23cec451688879cb4 /x11-toolkits/py-fltk | |
parent | 6aaf4e0d59beccdf3f686357a72e7077937d49cb (diff) | |
download | ports-598ed79f4699cd1718fab01618e85db2bf2acf0d.tar.gz ports-598ed79f4699cd1718fab01618e85db2bf2acf0d.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-fltk')
-rw-r--r-- | x11-toolkits/py-fltk/Makefile | 8 |
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> |