diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 22:27:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 22:27:19 +0000 |
commit | 4e10800d79e59080e4e38c2edb25734105914d83 (patch) | |
tree | ad2be6e334df3f6f4935379c87f3bd886e173004 /x11-toolkits/py-fltk | |
parent | b117844f07900cf9f7169c358ffcee3e1a59d215 (diff) | |
download | FreeBSD-ports-4e10800d79e59080e4e38c2edb25734105914d83.zip FreeBSD-ports-4e10800d79e59080e4e38c2edb25734105914d83.tar.gz |
BROKEN on 6.x: Broken pkg-plist
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 02775a0..a248472 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> |