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 /textproc/linux-f10-libxml2 | |
parent | ce154e7d0b19e282815a49da7cb6010a19cbb1a3 (diff) | |
download | ports-1dc20fd3956d83cd6f9dd5a1f161d51d0354f2d5.tar.gz ports-1dc20fd3956d83cd6f9dd5a1f161d51d0354f2d5.zip |
Notes
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> |