svn commit: r376720 - head/net/axa

Don Lewis truckman at FreeBSD.org
Sat Jan 10 18:23:36 UTC 2015


Author: truckman
Date: Sat Jan 10 18:23:35 2015
New Revision: 376720
URL: https://svnweb.freebsd.org/changeset/ports/376720
QAT: https://qat.redports.org/buildarchive/r376720/

Log:
  Convert to USES=autoreconf.
  
  Use option helpers (suggested by mat@).
  
  Differential Revision:	https://reviews.freebsd.org/D1474
  Approved by:	mat (mentor)

Modified:
  head/net/axa/Makefile

Modified: head/net/axa/Makefile
==============================================================================
--- head/net/axa/Makefile	Sat Jan 10 18:00:23 2015	(r376719)
+++ head/net/axa/Makefile	Sat Jan 10 18:23:35 2015	(r376720)
@@ -21,9 +21,7 @@ GH_COMMIT=	bf9c038
 GH_TAGNAME=	${GH_COMMIT}
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf gmake libtool pathfix pkgconfig
 CONFIGURE_SHELL=	${LOCALBASE}/bin/bash
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
@@ -33,13 +31,11 @@ PORTDOCS=	*
 OPTIONS_DEFINE=	DOXYGEN
 OPTIONS_DEFAULT=DOXYGEN
 
-.include <bsd.port.options.mk>
-
 ALL_TARGET=	all
-.if ${PORT_OPTIONS:MDOXYGEN}
-BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
-ALL_TARGET+=	html-local
-.endif
+DOXYGEN_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
+DOXYGEN_ALL_TARGET=	html-local
+
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOXYGEN}
 post-install:


More information about the svn-ports-all mailing list