diff options
Diffstat (limited to 'databases/linux-c6-sqlite3/Makefile')
-rw-r--r-- | databases/linux-c6-sqlite3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/linux-c6-sqlite3/Makefile b/databases/linux-c6-sqlite3/Makefile index 87f7ddd2ee4e..b9c56df02b1c 100644 --- a/databases/linux-c6-sqlite3/Makefile +++ b/databases/linux-c6-sqlite3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqlite PORTVERSION= 3.6.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases linux PKGNAMEPREFIX= linux-${USE_LINUX}- @@ -19,8 +19,6 @@ USE_LINUX_RPM= yes BRANDELF_FILES= usr/bin/sqlite3 USE_LDCONFIG= yes -PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \ - usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr |