diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-25 00:52:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-25 00:52:57 +0000 |
commit | 74c2e0a324bdf9406add95b2f9549b009f329b8f (patch) | |
tree | aec12c092f8b4174e34aa61ed6cea3d75aa983ef /textproc/py-rdflib | |
parent | 8670f64898646143897c5f0f650826fefbc38de0 (diff) | |
download | ports-74c2e0a324bdf9406add95b2f9549b009f329b8f.tar.gz ports-74c2e0a324bdf9406add95b2f9549b009f329b8f.zip |
Notes
Diffstat (limited to 'textproc/py-rdflib')
-rw-r--r-- | textproc/py-rdflib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 29dff7784772..ab919ce2a0b6 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -25,4 +25,10 @@ pre-build: @cd ${WRKSRC} && ${PYTHON_CMD} setup.py setopt -c bdist_egg -o plat-name -s ${PYEASYINSTALL_OSARCH:S/^-//} @cd ${WRKSRC} && ${PYTHON_CMD} setup.py setopt -c bdist -o plat-name -s ${PYEASYINSTALL_OSARCH:S/^-//} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Leaves egg file behind on deinstall +.endif + +.include <bsd.port.post.mk> |