aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-feedparser
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2006-01-26 07:09:15 +0800
committerarved <arved@FreeBSD.org>2006-01-26 07:09:15 +0800
commit652597cda08375af7f68baa1c89217cc7e275b88 (patch)
tree2240d9a2f3f351de853c0866470edb7716f63e19 /textproc/py-feedparser
parent44be37b8b233d79465effee195f340551ff4e3f8 (diff)
downloadfreebsd-ports-gnome-652597cda08375af7f68baa1c89217cc7e275b88.tar.gz
freebsd-ports-gnome-652597cda08375af7f68baa1c89217cc7e275b88.tar.zst
freebsd-ports-gnome-652597cda08375af7f68baa1c89217cc7e275b88.zip
Fix pkg-plist if python != 2.4
Diffstat (limited to 'textproc/py-feedparser')
-rw-r--r--textproc/py-feedparser/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-feedparser/pkg-plist b/textproc/py-feedparser/pkg-plist
index 0dd86e90a214..0ed069440b05 100644
--- a/textproc/py-feedparser/pkg-plist
+++ b/textproc/py-feedparser/pkg-plist
@@ -1,6 +1,6 @@
-lib/python2.4/site-packages/feedparser.py
-lib/python2.4/site-packages/feedparser.pyc
-lib/python2.4/site-packages/feedparser.pyo
+%%PYTHON_SITELIBDIR%%/feedparser.py
+%%PYTHON_SITELIBDIR%%/feedparser.pyc
+%%PYTHON_SITELIBDIR%%/feedparser.pyo
%%PORTDOCS%%%%DOCSDIR%%/advanced.html
%%PORTDOCS%%%%DOCSDIR%%/annotated-atom03.html
%%PORTDOCS%%%%DOCSDIR%%/annotated-atom10.html