[Midnightbsd-cvs] mports [17880] trunk/textproc/xmlto/Makefile: update portdocs

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Dec 14 10:45:06 EST 2014


Revision: 17880
          http://svnweb.midnightbsd.org/mports/?rev=17880
Author:   laffer1
Date:     2014-12-14 10:45:05 -0500 (Sun, 14 Dec 2014)
Log Message:
-----------
update portdocs

Modified Paths:
--------------
    trunk/textproc/xmlto/Makefile

Modified: trunk/textproc/xmlto/Makefile
===================================================================
--- trunk/textproc/xmlto/Makefile	2014-12-14 14:19:56 UTC (rev 17879)
+++ trunk/textproc/xmlto/Makefile	2014-12-14 15:45:05 UTC (rev 17880)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xmlto
 PORTVERSION=	0.0.26
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://fedorahosted.org/releases/x/m/xmlto/:xmlto \
 		LOCAL/mandree/:xmlto \
@@ -17,7 +18,7 @@
 LICENSE=        gpl2
 
 BUILD_DEPENDS=	${BASH_CMD}:${PORTSDIR}/shells/bash \
-		${GETOPT_CMD}:${PORTSDIR}/misc/getopt \
+		/usr/local/bin/getopt:${PORTSDIR}/misc/getopt \
 		xmllint:${PORTSDIR}/textproc/libxml2 \
 		xsltproc:${PORTSDIR}/textproc/libxslt \
 		${XSL_DIR}:${PORTSDIR}/textproc/docbook-xsl \
@@ -27,6 +28,7 @@
 
 SUB_FILES=	pkg-message
 
+OPTIONS_DEFINE=	DOCS
 OPTIONS_GROUP=		BACKEND
 OPTIONS_GROUP_BACKEND=		DBLATEX FOP PASSIVETEX
 BACKEND_DESC=		Postprocessor backends to enable
@@ -44,10 +46,10 @@
 XSL_DIR=	${LOCALBASE}/share/xsl/docbook
 PDFXMLTEX_CMD=	${LOCALBASE}/bin/pdftex
 
-PORTDOCS=	AUTHORS COPYING ChangeLog NEWS THANKS
-# these two documentation files do not convey information useful for
-# the FreeBSD port at this time:
-# PORTDOCS+=	FAQ README
+PORTDOCS=	AUTHORS ChangeLog NEWS THANKS
+# these documentation files do not convey information useful for
+# the FreeBSD port at this time, or are provided by the ports framework:
+# PORTDOCS+=	COPYING FAQ README
 
 .include <bsd.port.pre.mk>
 



More information about the Midnightbsd-cvs mailing list