svn commit: r390210 - head/mail/vmailmgr

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 13:45:23 UTC 2015


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


More information about the svn-ports-all mailing list