diff options
author | antoine <antoine@FreeBSD.org> | 2013-10-06 20:30:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-10-06 20:30:53 +0800 |
commit | 8385cca8726e9880bd473b01986e2a731897ecd6 (patch) | |
tree | 6a1de3474478fdbb16a65f011292e0cae5e6211c /textproc | |
parent | 9a5f4189ae642185fb879eadeaccd8144d97a1d2 (diff) | |
download | freebsd-ports-gnome-8385cca8726e9880bd473b01986e2a731897ecd6.tar.gz freebsd-ports-gnome-8385cca8726e9880bd473b01986e2a731897ecd6.tar.zst freebsd-ports-gnome-8385cca8726e9880bd473b01986e2a731897ecd6.zip |
Finish stage support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linux-f10-libxml2/Makefile | 8 |
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> |