aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-02 13:21:36 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-02 13:21:36 +0000
commit7bb30f60b02c0ab5ac152bf44325b4116d7b8a30 (patch)
tree23c6d18264598e88f01a20d76a75de3964782bbf /databases/sqlite2/Makefile
parentf6c4aeccb3033c073a53939391a1f9366ecd3404 (diff)
downloadports-7bb30f60b02c0ab5ac152bf44325b4116d7b8a30.tar.gz
ports-7bb30f60b02c0ab5ac152bf44325b4116d7b8a30.zip
Notes
Diffstat (limited to 'databases/sqlite2/Makefile')
-rw-r--r--databases/sqlite2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
index 132e4d543f16..28d5beb5b5b0 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/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