aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ply/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-12 23:41:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-12 23:41:26 +0000
commit8d097a03277d7464a5923ec59ac9ac243aff4568 (patch)
tree27d74298714d4adcadd2ff1c78e54f6d0ee428aa /devel/py-ply/Makefile
parent1f1df39bed9c160fe0be5153083bd9cfa31c91c6 (diff)
downloadports-8d097a03277d7464a5923ec59ac9ac243aff4568.tar.gz
ports-8d097a03277d7464a5923ec59ac9ac243aff4568.zip
Notes
Diffstat (limited to 'devel/py-ply/Makefile')
-rw-r--r--devel/py-ply/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile
index f7cbe2e6d40d..dedbbbb65152 100644
--- a/devel/py-ply/Makefile
+++ b/devel/py-ply/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= ply
-PORTVERSION= 1.1
+PORTVERSION= 1.3.1
CATEGORIES= devel python
MASTER_SITES= http://systems.cs.uchicago.edu/ply/
@@ -24,6 +24,7 @@ do-install:
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR}