summaryrefslogtreecommitdiffstats
path: root/databases/sqlite/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-09-02 13:21:36 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-09-02 13:21:36 +0000
commit32050a0afb1edf97bbca4696e5fa611012fc575b (patch)
tree0d1a9a416eb51de4147576654d3b8e74d50eb5dc /databases/sqlite/Makefile
parent5ce3fad6b5342d19b9a04ef07d57ead707a24302 (diff)
downloadFreeBSD-ports-32050a0afb1edf97bbca4696e5fa611012fc575b.zip
FreeBSD-ports-32050a0afb1edf97bbca4696e5fa611012fc575b.tar.gz
Fixup from previous commit
Bump PORTREVISION Submitted by: maintainer
Diffstat (limited to 'databases/sqlite/Makefile')
-rw-r--r--databases/sqlite/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index 132e4d5..28d5beb 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -8,6 +8,7 @@
PORTNAME= sqlite
PORTVERSION= 2.7.1
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -45,10 +46,10 @@ post-build:
cd ${WRKSRC} && ${MAKE} ${MAKE_ARGS} doc
post-install:
- ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/
+ ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/sqlite/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-# @${INSTALL_DATA} ${FILESDIR}/example.tcl ${DOCSDIR}
+ @${INSTALL_DATA} ${FILESDIR}/example.tcl ${DOCSDIR}
.for file in ${DOCFILES}
@${INSTALL_DATA} ${WRKSRC}/doc//${file} ${DOCSDIR}
.endfor
OpenPOWER on IntegriCloud