summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-09-01 22:11:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-09-01 22:11:12 +0000
commit5ff1a1f24a63013d4cefb73a5d6637ac1f9eaa44 (patch)
tree0bc16eef1f7fe358ebd9d91728950ddaaa8ea8fd /databases/py-PyGreSQL/Makefile
parent- Schema files are in create/ subdir (diff)
- Update to 3.8.1
PR: ports/109026 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: maintainer timeout (girgen; 6 months)
Diffstat (limited to 'databases/py-PyGreSQL/Makefile')
-rw-r--r--databases/py-PyGreSQL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index 1cca9402ce20..31f6737258a0 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= PyGreSQL
-PORTVERSION= 3.8
+PORTVERSION= 3.8.1
PORTEPOCH= 1
CATEGORIES= databases python
MASTER_SITES= ftp://ftp.pygresql.org/pub/distrib/
@@ -39,9 +39,9 @@ post-install:
@ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -lf \
${PYTHONPREFIX_SITELIBDIR}
.if !defined(NOPORTDOCS)
-.for docfile in announce.txt changelog.txt
+.for docfile in announce.txt changelog.txt pg.txt pgdb.txt
@ ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${docfile} \
+ ${INSTALL_DATA} ${WRKSRC}/docs/${docfile} \
${DOCSDIR}
.endfor
.endif