Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 12:30:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329553 - head/textproc/linux-f10-libxml2
Message-ID:  <201310061230.r96CUr75029531@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061230.r96CUr75029531>