diff options
author | wjv <wjv@FreeBSD.org> | 2001-11-14 17:30:05 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-11-14 17:30:05 +0800 |
commit | d413403d2bc1f0d8bbc258ec6995eeae06258e1f (patch) | |
tree | 36df0f6fd901cf467d7a302a9b3a67f542ad96c0 /www/quixote | |
parent | 2fba1e78d6b332d41dc7c264be805798bd4e7f00 (diff) | |
download | freebsd-ports-gnome-d413403d2bc1f0d8bbc258ec6995eeae06258e1f.tar.gz freebsd-ports-gnome-d413403d2bc1f0d8bbc258ec6995eeae06258e1f.tar.zst freebsd-ports-gnome-d413403d2bc1f0d8bbc258ec6995eeae06258e1f.zip |
- Update to version 0.4.2
- Ensure post-install target works when installing to non-default $PREFIX
Diffstat (limited to 'www/quixote')
-rw-r--r-- | www/quixote/Makefile | 6 | ||||
-rw-r--r-- | www/quixote/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile index bfe1db79e5a8..9158563570d2 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -6,8 +6,7 @@ # PORTNAME= quixote -PORTVERSION= 0.4.1 -PORTREVISION= 3 +PORTVERSION= 0.4.2 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ DISTNAME= Quixote-${PORTVERSION} @@ -31,7 +30,8 @@ do-install: @ cd ${WRKSRC} && ${PYTHON_SETUP} install -c -O1 --prefix=${PREFIX} post-install: - @ ${PYTHON_CMD} ${SCRIPTDIR}/compile_ptl.py \ + @ PYTHONPATH=${PREFIX}/lib/${PYTHON_VERSION}/site-packages \ + ${PYTHON_CMD} ${SCRIPTDIR}/compile_ptl.py \ ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/demo/pages.ptl \ ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/form/form_templates.ptl @ ${MKDIR} ${EXAMPLESDIR} diff --git a/www/quixote/distinfo b/www/quixote/distinfo index 29016c6cb24f..c2ec24faef5b 100644 --- a/www/quixote/distinfo +++ b/www/quixote/distinfo @@ -1 +1 @@ -MD5 (Quixote-0.4.1.tar.gz) = 1ca13eca80db4b8d26a754e19868f859 +MD5 (Quixote-0.4.2.tar.gz) = ea0fb4c52b7e734e50ec22168725aa57 |