[patch] graphics/libwpg: DOCS option should be renamed to DOXYGEN

Alexey Dokuchaev danfe at nsu.ru
Wed Oct 23 13:05:20 UTC 2013


hi there,

please consider attached diff.  it also looks like that port is
stage-ready as it is.

./danfe
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 331348)
+++ Makefile	(working copy)
@@ -11,7 +11,7 @@
 LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd
+LIB_DEPENDS=	libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
 
 USE_AUTOTOOLS=	libtool
 USES=		pkgconfig perl5
@@ -20,12 +20,11 @@
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-werror
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOXYGEN
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOXYGEN}
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 PORTDOCS=	*
 .else
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 331348)
+++ pkg-descr	(working copy)
@@ -1,3 +1,3 @@
-Library for importing and converting Corel WordPerfect(tm) Graphics images
+Library for importing and converting Corel WordPerfect(tm) Graphics images.
 
 WWW: http://libwpg.sourceforge.net/


More information about the freebsd-office mailing list