From 02ba6dc784bff525c95571099e727f81292db75e Mon Sep 17 00:00:00 2001 From: Johann Visagie Date: Wed, 14 Nov 2001 09:30:05 +0000 Subject: - Update to version 0.4.2 - Ensure post-install target works when installing to non-default $PREFIX --- www/quixote/Makefile | 6 +++--- 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 -- cgit v1.2.3