diff options
author | perky <perky@FreeBSD.org> | 2003-08-28 13:01:53 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-08-28 13:01:53 +0800 |
commit | c84b035ca2c587d4657911d952ce8d1d1721d61b (patch) | |
tree | 9211c3bad6a6fe87c11cab9a3ecba0930ba400d2 /devel/py-plex | |
parent | e9168fc82a23bdfceaf7f346a673afe048f8c11a (diff) | |
download | freebsd-ports-gnome-c84b035ca2c587d4657911d952ce8d1d1721d61b.tar.gz freebsd-ports-gnome-c84b035ca2c587d4657911d952ce8d1d1721d61b.tar.zst freebsd-ports-gnome-c84b035ca2c587d4657911d952ce8d1d1721d61b.zip |
Update to 1.1.4.1
Diffstat (limited to 'devel/py-plex')
-rw-r--r-- | devel/py-plex/Makefile | 10 | ||||
-rw-r--r-- | devel/py-plex/distinfo | 2 | ||||
-rw-r--r-- | devel/py-plex/pkg-plist | 46 |
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%% |