aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-genshi-devel
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-04-18 20:45:14 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-04-18 20:45:14 +0000
commit109d939c51b19658d00a936cb53ae1159fd2d347 (patch)
tree67a3984b56accab76c0abb89b646a29bd1fd251b /textproc/py-genshi-devel
parent259206a5e62d023dd92548254e41bbab9d905324 (diff)
downloadports-109d939c51b19658d00a936cb53ae1159fd2d347.tar.gz
ports-109d939c51b19658d00a936cb53ae1159fd2d347.zip
- Add pkg-plist I forgot to commit after removing PLIST_FILES
- Bump PORTREVISION Submitted by: pointyhat (via kris) Pointyhat to: nivit
Notes
Notes: svn path=/head/; revision=190306
Diffstat (limited to 'textproc/py-genshi-devel')
-rw-r--r--textproc/py-genshi-devel/Makefile2
-rw-r--r--textproc/py-genshi-devel/pkg-plist4
2 files changed, 5 insertions, 1 deletions
diff --git a/textproc/py-genshi-devel/Makefile b/textproc/py-genshi-devel/Makefile
index 95528eaaff14..eed450711622 100644
--- a/textproc/py-genshi-devel/Makefile
+++ b/textproc/py-genshi-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Genshi
PORTVERSION= 0.4
-#PORTREVISION= 0
+PORTREVISION= 1
#PORTEPOCH= 0
CATEGORIES= textproc www python
MASTER_SITES= http://ftp.edgewall.com/pub/${PORTNAME:L}/ \
diff --git a/textproc/py-genshi-devel/pkg-plist b/textproc/py-genshi-devel/pkg-plist
new file mode 100644
index 000000000000..bde4759ebc5a
--- /dev/null
+++ b/textproc/py-genshi-devel/pkg-plist
@@ -0,0 +1,4 @@
+@comment $FreeBSD$
+@unexec %%EASY_INSTALL_CMD%% -N -m %D/%%PYTHON_SITELIBDIR%%/%%PYGENSHI_EGG%%
+%%PYTHON_SITELIBDIR%%/%%PYGENSHI_EGG%%
+@exec %%EASY_INSTALL_CMD%% -N %D/%%PYTHON_SITELIBDIR%%/PYGENSHI_EGG%%