Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:45:23 +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: r390210 - head/mail/vmailmgr
Message-ID:  <201506211345.t5LDjNKp061983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 21 13:45:22 2015
New Revision: 390210
URL: https://svnweb.freebsd.org/changeset/ports/390210

Log:
  Convert to USES=autoreconf

Modified:
  head/mail/vmailmgr/Makefile

Modified: head/mail/vmailmgr/Makefile
==============================================================================
--- head/mail/vmailmgr/Makefile	Sun Jun 21 13:44:08 2015	(r390209)
+++ head/mail/vmailmgr/Makefile	Sun Jun 21 13:45:22 2015	(r390210)
@@ -13,10 +13,9 @@ COMMENT=	Virtual domain manager for qmai
 
 
 # get python paths (PYTHON_SITELIBDIR) in case we install the python API
-USES=			gmake perl5 python
-USE_AUTOTOOLS=		autoconf autoheader automake aclocal
+USES=			autoreconf gmake perl5 python
+GNU_CONFIGURE=		yes
 USE_PERL5=		build
-AUTOMAKE_ARGS+=		--add-missing -Wno-portability
 
 OPTIONS_DEFINE=		PYTHONLIBS
 PYTHONLIBS_DESC=	Install the Python API



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