aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-20 07:43:55 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-20 07:43:55 +0000
commit7908026ee7e98d9e07844ed0581dc53a600a57d3 (patch)
treefec7982f29ab249775d8cdea704fcd29f7c18c95 /databases/sqlite2/Makefile
parent7323c0a112074be8f181203f3402a8e714a5e3ad (diff)
downloadports-7908026ee7e98d9e07844ed0581dc53a600a57d3.tar.gz
ports-7908026ee7e98d9e07844ed0581dc53a600a57d3.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 28d5beb5b5b0..f64e10bdf3cd 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/Makefile
@@ -8,7 +8,7 @@
PORTNAME= sqlite
PORTVERSION= 2.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -21,6 +21,7 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_REINPLACE= YES
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
+ALL_TARGET= all libtclsqlite.la
INSTALLS_SHLIB= YES
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -51,7 +52,7 @@ post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${FILESDIR}/example.tcl ${DOCSDIR}
.for file in ${DOCFILES}
- @${INSTALL_DATA} ${WRKSRC}/doc//${file} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif