aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2009-04-30 21:25:04 +0800
committerglarkin <glarkin@FreeBSD.org>2009-04-30 21:25:04 +0800
commite0401bda62f8ac09be281bacf0a0d211ef1c0b97 (patch)
treebbe6e3b613412b5aadec3680f6282222d2a05c22 /databases
parentaa10da811f0b61af06f862edcbd1dbbdb1662410 (diff)
downloadfreebsd-ports-gnome-e0401bda62f8ac09be281bacf0a0d211ef1c0b97.tar.gz
freebsd-ports-gnome-e0401bda62f8ac09be281bacf0a0d211ef1c0b97.tar.zst
freebsd-ports-gnome-e0401bda62f8ac09be281bacf0a0d211ef1c0b97.zip
- Fixed mtree error
- Bumped PORTREVISION PR: ports/134065 Submitted by: Hisamitsu Sato <hisa32 at gmail dot com>
Diffstat (limited to 'databases')
-rw-r--r--databases/linux-f10-sqlite3/Makefile3
-rw-r--r--databases/linux-f8-sqlite3/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/linux-f10-sqlite3/Makefile b/databases/linux-f10-sqlite3/Makefile
index 2f46c6d2f609..0e7574f7cfa7 100644
--- a/databases/linux-f10-sqlite3/Makefile
+++ b/databases/linux-f10-sqlite3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sqlite3
PORTVERSION= 3.4.2
+PORTREVISION= 1
CATEGORIES= databases linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION}
@@ -22,7 +23,7 @@ USE_LDCONFIG= yes
PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \
usr/lib/libsqlite3.so.0.8.6
-DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
+DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION}
PORTDOCS= README
MANPREFIX= ${PREFIX}/usr/share
MAN1= sqlite3.1
diff --git a/databases/linux-f8-sqlite3/Makefile b/databases/linux-f8-sqlite3/Makefile
index 2f46c6d2f609..0e7574f7cfa7 100644
--- a/databases/linux-f8-sqlite3/Makefile
+++ b/databases/linux-f8-sqlite3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sqlite3
PORTVERSION= 3.4.2
+PORTREVISION= 1
CATEGORIES= databases linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION}
@@ -22,7 +23,7 @@ USE_LDCONFIG= yes
PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \
usr/lib/libsqlite3.so.0.8.6
-DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
+DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION}
PORTDOCS= README
MANPREFIX= ${PREFIX}/usr/share
MAN1= sqlite3.1