svn commit: r370305 - head/textproc/libabw
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 7 12:00:22 UTC 2014
Author: bapt
Date: Tue Oct 7 12:00:21 2014
New Revision: 370305
URL: https://svnweb.freebsd.org/changeset/ports/370305
QAT: https://qat.redports.org/buildarchive/r370305/
Log:
Fix fetching remove docs option
Modified:
head/textproc/libabw/Makefile
Modified: head/textproc/libabw/Makefile
==============================================================================
--- head/textproc/libabw/Makefile Tue Oct 7 11:58:57 2014 (r370304)
+++ head/textproc/libabw/Makefile Tue Oct 7 12:00:21 2014 (r370305)
@@ -2,9 +2,9 @@
PORTNAME= libabw
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
-MASTER_SITES= http://dev-www.libreoffice.org/src/
+MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
MAINTAINER= office at FreeBSD.org
COMMENT= Library providing ability to interpret Abiword documents
@@ -12,8 +12,6 @@ COMMENT= Library providing ability to in
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
-OPTIONS_DEFINE= DOCS
-
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
@@ -24,10 +22,6 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ARGS= -disable-werror
-
-PORTDOCS= *
-DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
-DOCS_CONFIGURE_OFF= --without-docs
+CONFIGURE_ARGS= -disable-werror --without-docs
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list