summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-08-08 14:15:32 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-08-08 14:15:32 +0000
commit1dc20fd3956d83cd6f9dd5a1f161d51d0354f2d5 (patch)
tree14c28da1894813ac8875df1a7af2df870191d8b2 /textproc
parentHardcode LATEST_LINK to not overlap with mail/qmailadmin (diff)
. LINUX_RPM ports install compressed manpages, so set MANCOMPRESSED=yes;
. bump PORTREVISIONs. PR: ports/135341 Submitted by: amdmi3
Notes
Notes: svn path=/head/; revision=239160
Diffstat (limited to 'textproc')
-rw-r--r--textproc/linux-f10-libxml2/Makefile3
-rw-r--r--textproc/linux-f8-libxml2/Makefile3
2 files changed, 4 insertions, 2 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>
diff --git a/textproc/linux-f8-libxml2/Makefile b/textproc/linux-f8-libxml2/Makefile
index 841418c58765..331920121301 100644
--- a/textproc/linux-f8-libxml2/Makefile
+++ b/textproc/linux-f8-libxml2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libxml2
PORTVERSION= 2.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc linux
PKGNAMEPREFIX= linux-f8-
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>