summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-08-28 05:01:53 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-08-28 05:01:53 +0000
commit34e10e966b4efb8be3bde063d22a2eedf6218a6a (patch)
tree5e13e79e7c23b3a58a31b0d67faf3cb6787b015a /devel
parent- Add an end-of-string to each line of the input (diff)
Update to 1.1.4.1
Notes
Notes: svn path=/head/; revision=87828
Diffstat (limited to 'devel')
-rw-r--r--devel/py-plex/Makefile10
-rw-r--r--devel/py-plex/distinfo2
-rw-r--r--devel/py-plex/pkg-plist46
3 files changed, 29 insertions, 29 deletions
diff --git a/devel/py-plex/Makefile b/devel/py-plex/Makefile
index 18a6ee2879e3..2a6cc2a1cc19 100644
--- a/devel/py-plex/Makefile
+++ b/devel/py-plex/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plex
-PORTVERSION= 1.1.4
+PORTVERSION= 1.1.4.1
CATEGORIES= devel python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +18,8 @@ COMMENT= Lexical Analysis Module for Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-DOCDIR= share/doc/py-plex
-EXAMPLESDIR= share/examples/py-plex
+DOCSDIR= share/doc/${PKGNAMEPREFIX}${PORTNAME}
+EXAMPLESDIR= share/examples/${PKGNAMEPREFIX}${PORTNAME}
post-extract:
${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \
@@ -27,8 +27,8 @@ post-extract:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/${DOCDIR}
- cd ${WRKSRC}/doc && ${INSTALL_DATA} ./* ${PREFIX}/${DOCDIR}
+ ${MKDIR} ${PREFIX}/${DOCSDIR}
+ cd ${WRKSRC}/doc && ${INSTALL_DATA} ./* ${PREFIX}/${DOCSDIR}
${MKDIR} ${PREFIX}/${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${INSTALL_DATA} ./* ${PREFIX}/${EXAMPLESDIR}
.endif
diff --git a/devel/py-plex/distinfo b/devel/py-plex/distinfo
index 0cc6232f15d0..0b711143d2f7 100644
--- a/devel/py-plex/distinfo
+++ b/devel/py-plex/distinfo
@@ -1 +1 @@
-MD5 (Plex-1.1.4.tar.gz) = cbdc7344fb9add7e9c4d562b35afff3c
+MD5 (Plex-1.1.4.1.tar.gz) = e6ec70ab691c465910a8c010586c7500
diff --git a/devel/py-plex/pkg-plist b/devel/py-plex/pkg-plist
index 111f6eeb11a9..e5d260e55111 100644
--- a/devel/py-plex/pkg-plist
+++ b/devel/py-plex/pkg-plist
@@ -35,26 +35,26 @@
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyc
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyo
@dirrm %%PYTHON_SITELIBDIR%%/Plex
-%%PORTDOCS%%share/doc/py-plex/Reference.html
-%%PORTDOCS%%share/doc/py-plex/Tutorial.html
-%%PORTDOCS%%share/doc/py-plex/index.html
-%%PORTDOCS%%share/examples/py-plex/example1and2.in
-%%PORTDOCS%%share/examples/py-plex/example1and2.py
-%%PORTDOCS%%share/examples/py-plex/example3.in
-%%PORTDOCS%%share/examples/py-plex/example3.py
-%%PORTDOCS%%share/examples/py-plex/example4.in
-%%PORTDOCS%%share/examples/py-plex/example4.py
-%%PORTDOCS%%share/examples/py-plex/example5.in
-%%PORTDOCS%%share/examples/py-plex/example5.py
-%%PORTDOCS%%share/examples/py-plex/example6.in
-%%PORTDOCS%%share/examples/py-plex/example6.py
-%%PORTDOCS%%share/examples/py-plex/example7.in
-%%PORTDOCS%%share/examples/py-plex/example7.py
-%%PORTDOCS%%share/examples/py-plex/pascal.in
-%%PORTDOCS%%share/examples/py-plex/pascal.py
-%%PORTDOCS%%share/examples/py-plex/python.in
-%%PORTDOCS%%share/examples/py-plex/python.py
-%%PORTDOCS%%share/examples/py-plex/speedtest.in
-%%PORTDOCS%%share/examples/py-plex/speedtest.py
-%%PORTDOCS%%@dirrm share/examples/py-plex
-%%PORTDOCS%%@dirrm share/doc/py-plex
+%%PORTDOCS%%%%DOCSDIR%%/Reference.html
+%%PORTDOCS%%%%DOCSDIR%%/Tutorial.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%EXAMPLESDIR%%/example1and2.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/example1and2.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/example3.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/example3.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/example4.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/example4.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/example5.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/example5.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/example6.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/example6.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/example7.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/example7.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/pascal.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/pascal.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/python.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/python.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/speedtest.in
+%%PORTDOCS%%%%EXAMPLESDIR%%/speedtest.py
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%