diff options
author | bsam <bsam@FreeBSD.org> | 2009-08-08 22:15:32 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-08-08 22:15:32 +0800 |
commit | dd399d7309a7a00f62427564ec4ca406bbb946e4 (patch) | |
tree | 03cc74c41b84cf8d40127f9f810b896bf2e89e3e /databases | |
parent | c7f1c7daeb36e3ebbf2238ea391fd4dabe74e749 (diff) | |
download | freebsd-ports-gnome-dd399d7309a7a00f62427564ec4ca406bbb946e4.tar.gz freebsd-ports-gnome-dd399d7309a7a00f62427564ec4ca406bbb946e4.tar.zst freebsd-ports-gnome-dd399d7309a7a00f62427564ec4ca406bbb946e4.zip |
. LINUX_RPM ports install compressed manpages, so set MANCOMPRESSED=yes;
. bump PORTREVISIONs.
PR: ports/135341
Submitted by: amdmi3
Diffstat (limited to 'databases')
-rw-r--r-- | databases/linux-f10-sqlite3/Makefile | 2 | ||||
-rw-r--r-- | databases/linux-f8-sqlite3/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/databases/linux-f10-sqlite3/Makefile b/databases/linux-f10-sqlite3/Makefile index b328a9c64869..25bfcb0549d4 100644 --- a/databases/linux-f10-sqlite3/Makefile +++ b/databases/linux-f10-sqlite3/Makefile @@ -7,6 +7,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.5.9 +PORTREVISION= 1 CATEGORIES= databases linux PKGNAMEPREFIX= linux-f10- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} @@ -28,6 +29,7 @@ DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README MANPREFIX= ${PREFIX}/usr/share MAN1= sqlite3.1 +MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include <bsd.port.mk> diff --git a/databases/linux-f8-sqlite3/Makefile b/databases/linux-f8-sqlite3/Makefile index 8421d681a128..45e095fe9acb 100644 --- a/databases/linux-f8-sqlite3/Makefile +++ b/databases/linux-f8-sqlite3/Makefile @@ -7,7 +7,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases linux PKGNAMEPREFIX= linux-f8- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} @@ -29,6 +29,7 @@ DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README MANPREFIX= ${PREFIX}/usr/share MAN1= sqlite3.1 +MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include <bsd.port.mk> |