Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 12:00:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370305 - head/textproc/libabw
Message-ID:  <201410071200.s97C0MEJ041532@svn.freebsd.org>

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



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