summaryrefslogtreecommitdiffstats
path: root/databases/sqlite34/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite34/Makefile')
-rw-r--r--databases/sqlite34/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile
index dd53b5c..9bbc202 100644
--- a/databases/sqlite34/Makefile
+++ b/databases/sqlite34/Makefile
@@ -12,7 +12,7 @@
# SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84.
PORTNAME= sqlite
-PORTVERSION= 3.0.5
+PORTVERSION= 3.0.8
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -97,8 +97,8 @@ post-install:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- for file in `${DOCFILES}`; do \
- ${INSTALL_DATA} ${WRKSRC}/doc/$${file} ${DOCSDIR}; \
+ for f in `${DOCFILES}`; do \
+ ${INSTALL_DATA} ${WRKSRC}/doc/$${f} ${DOCSDIR}; \
done
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${FILESDIR}/example.tcl ${EXAMPLESDIR}
OpenPOWER on IntegriCloud