diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-30 13:25:04 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-30 13:25:04 +0000 |
commit | e4c6f199510b63193d644e6f0e437937f9e2093a (patch) | |
tree | 8ebc305f0c4dcd09be3626cae0aba9f7e8cc5ad6 /databases/linux-f8-sqlite3 | |
parent | 1469244bacd4ae6a88ef84e99754d09e35ce2c87 (diff) |
Notes
Diffstat (limited to 'databases/linux-f8-sqlite3')
-rw-r--r-- | databases/linux-f8-sqlite3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |