1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Finish stage support

This commit is contained in:
Antoine Brodin 2013-10-06 12:30:53 +00:00
parent 10713ee0e7
commit 2dd5b15390
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329553

View File

@ -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>