aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f10-libxml2
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-10-06 12:30:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-10-06 12:30:53 +0000
commit2dd5b1539043e5039544e5c34bda58ecd2194c15 (patch)
tree6a1de3474478fdbb16a65f011292e0cae5e6211c /textproc/linux-f10-libxml2
parent10713ee0e7d38a1b87d4c21c9794f614e6ec3e73 (diff)
downloadports-2dd5b1539043e5039544e5c34bda58ecd2194c15.tar.gz
ports-2dd5b1539043e5039544e5c34bda58ecd2194c15.zip
Notes
Diffstat (limited to 'textproc/linux-f10-libxml2')
-rw-r--r--textproc/linux-f10-libxml2/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile
index bb59a849d467..83f414b2c7b4 100644
--- a/textproc/linux-f10-libxml2/Makefile
+++ b/textproc/linux-f10-libxml2/Makefile
@@ -21,13 +21,11 @@ BRANDELF_DIRS= usr/bin
USE_LDCONFIG= yes
PLIST_FILES= usr/bin/xmlcatalog usr/bin/xmllint \
- usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION}
+ usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION} \
+ usr/share/man/man1/xmlcatalog.1.gz \
+ usr/share/man/man1/xmllint.1.gz usr/share/man/man3/libxml.3.gz
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
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>