diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 08:52:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 08:52:57 +0800 |
commit | 3353c9358fa7ab4074bbce082d4c6ff1657b0068 (patch) | |
tree | e49324e0a18185cf45495615e29d0e51db6b717c /textproc | |
parent | aa5da40b479d80dcc51a437b561e610009ea25b5 (diff) | |
download | freebsd-ports-gnome-3353c9358fa7ab4074bbce082d4c6ff1657b0068.tar.gz freebsd-ports-gnome-3353c9358fa7ab4074bbce082d4c6ff1657b0068.tar.zst freebsd-ports-gnome-3353c9358fa7ab4074bbce082d4c6ff1657b0068.zip |
Mark as broken on 5.x: leaves egg file behind on deinstall.
Approved by: portmgr (self)
Diffstat (limited to 'textproc')
-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> |