summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-24 20:39:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-24 20:39:15 +0000
commitaff8fd518af943d61fccb0bb96a3826ac4efcef6 (patch)
treeae92c01ac1fe0764aad683a62251c80f1ab3517b /net
parentWe are one release behind, so add a backup directory on the mastersite (diff)
Mark as broken: leaves file behind on deinstall.
Notes
Notes: svn path=/head/; revision=201942
Diffstat (limited to 'net')
-rw-r--r--net/penguintv-devel/Makefile2
-rw-r--r--net/penguintv/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/net/penguintv-devel/Makefile b/net/penguintv-devel/Makefile
index 66860162fa44..6400a1b95c67 100644
--- a/net/penguintv-devel/Makefile
+++ b/net/penguintv-devel/Makefile
@@ -22,6 +22,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/p
${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex
RUN_DEPENDS= ${BUILD_DEPENDS}
+BROKEN= leaves egg file behind on deinstall
+
WRKSRC= ${WRKDIR}/PenguinTV-${PORTVERSION}
OPTIONS= PYLUCENE "Use Lucene search engine" ON \
diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile
index 5890cff23260..7d0f9d3e6217 100644
--- a/net/penguintv/Makefile
+++ b/net/penguintv/Makefile
@@ -21,6 +21,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/p
${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex
RUN_DEPENDS= ${BUILD_DEPENDS}
+BROKEN= leaves egg file behind on deinstall
+
WRKSRC= ${WRKDIR}/PenguinTV-${PORTVERSION}
OPTIONS= PYLUCENE "Use Lucene search engine" ON \