diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-08 14:15:32 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-08 14:15:32 +0000 |
commit | 1dc20fd3956d83cd6f9dd5a1f161d51d0354f2d5 (patch) | |
tree | 14c28da1894813ac8875df1a7af2df870191d8b2 /databases/linux-f10-sqlite3 | |
parent | ce154e7d0b19e282815a49da7cb6010a19cbb1a3 (diff) |
Notes
Diffstat (limited to 'databases/linux-f10-sqlite3')
-rw-r--r-- | databases/linux-f10-sqlite3/Makefile | 2 |
1 files changed, 2 insertions, 0 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> |