svn commit: r329553 - head/textproc/linux-f10-libxml2
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 6 12:30:54 UTC 2013
Author: antoine
Date: Sun Oct 6 12:30:53 2013
New Revision: 329553
URL: http://svnweb.freebsd.org/changeset/ports/329553
Log:
Finish stage support
Modified:
head/textproc/linux-f10-libxml2/Makefile
Modified: head/textproc/linux-f10-libxml2/Makefile
==============================================================================
--- head/textproc/linux-f10-libxml2/Makefile Sun Oct 6 12:19:41 2013 (r329552)
+++ head/textproc/linux-f10-libxml2/Makefile Sun Oct 6 12:30:53 2013 (r329553)
@@ -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>
More information about the svn-ports-all
mailing list