1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Fixed mtree error

- Bumped PORTREVISION

PR:		ports/134065
Submitted by:	Hisamitsu Sato <hisa32 at gmail dot com>
This commit is contained in:
Greg Larkin 2009-04-30 13:25:04 +00:00
parent 1469244bac
commit e4c6f19951
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232980
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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