- Update to version 0.4.2
- Ensure post-install target works when installing to non-default $PREFIX
This commit is contained in:
parent
221c740edf
commit
02ba6dc784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50013
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Quixote-0.4.1.tar.gz) = 1ca13eca80db4b8d26a754e19868f859
|
||||
MD5 (Quixote-0.4.2.tar.gz) = ea0fb4c52b7e734e50ec22168725aa57
|
||||
|
|
Loading…
Reference in a new issue