summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-10-04 21:45:52 +0000
committerRene Ladan <rene@FreeBSD.org>2013-10-04 21:45:52 +0000
commitbb5acee572e5d0782ebc138cc716ac466ca47365 (patch)
tree94989820d55bda92f7b994afccd9d13d5f8fdd4e /databases
parentAdd an explicit dependency on pkgconf (diff)
Add staging support for linux-f10-* ports maintained by emulation@
(category databases).
Notes
Notes: svn path=/head/; revision=329392
Diffstat (limited to 'databases')
-rw-r--r--databases/linux-f10-sqlite3/Makefile8
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>