diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-10-04 21:45:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-04 21:45:52 +0000 |
commit | bb5acee572e5d0782ebc138cc716ac466ca47365 (patch) | |
tree | 94989820d55bda92f7b994afccd9d13d5f8fdd4e /databases/linux-f10-sqlite3 | |
parent | 6d6ec018dbcd2a7ec82b98996cb79c05c009f216 (diff) | |
download | ports-bb5acee572e5d0782ebc138cc716ac466ca47365.tar.gz ports-bb5acee572e5d0782ebc138cc716ac466ca47365.zip |
Notes
Diffstat (limited to 'databases/linux-f10-sqlite3')
-rw-r--r-- | databases/linux-f10-sqlite3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/linux-f10-sqlite3/Makefile b/databases/linux-f10-sqlite3/Makefile index 6bba89ef67db..649bf3b993f6 100644 --- a/databases/linux-f10-sqlite3/Makefile +++ b/databases/linux-f10-sqlite3/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= linux-f10- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 10) +COMMENT= Library that implements an embeddable SQL database engine (Linux Fedora 10) CONFLICTS= linux-f8-sqlite3-[0-9]* @@ -21,13 +21,9 @@ 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/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README -MANPREFIX= ${PREFIX}/usr/share -MAN1= sqlite3.1 -MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -NO_STAGE= yes .include <bsd.port.mk> |