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 /textproc/linux-f10-libxml2 | |
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 'textproc/linux-f10-libxml2')
-rw-r--r-- | textproc/linux-f10-libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile index 897f5004c17f..55ae3874972e 100644 --- a/textproc/linux-f10-libxml2/Makefile +++ b/textproc/linux-f10-libxml2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxml2 PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -30,6 +30,7 @@ PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO MANPREFIX= ${PREFIX}/usr/share MAN1= xmlcatalog.1 xmllint.1 MAN3= libxml.3 +MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include <bsd.port.mk> |