svn commit: r390212 - head/mail/anubis

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 13:49:57 UTC 2015


Author: bapt
Date: Sun Jun 21 13:49:56 2015
New Revision: 390212
URL: https://svnweb.freebsd.org/changeset/ports/390212

Log:
  Convert to USES=autoreconf

Modified:
  head/mail/anubis/Makefile

Modified: head/mail/anubis/Makefile
==============================================================================
--- head/mail/anubis/Makefile	Sun Jun 21 13:46:49 2015	(r390211)
+++ head/mail/anubis/Makefile	Sun Jun 21 13:49:56 2015	(r390212)
@@ -23,14 +23,12 @@ GSASL_DESC=	GSASL support (required for 
 GDBM_DESC=	GDBM backend
 SOCKS_DESC=	SOCKS proxy support
 
-USES=		charsetfix cpe makeinfo pkgconfig shebangfix
+USES=		autoreconf charsetfix cpe makeinfo pkgconfig shebangfix
 CHARSETFIX_MAKEFILEIN=	gnulib.mk
 CPE_VENDOR=	gnu
 SHEBANG_FILES=	contrib/msg2smtp.pl
 USE_RC_SUBR=	anubis
-USE_AUTOTOOLS=	aclocal autoheader autoconf automake
-ACLOCAL_ARGS=	-I m4 -I gint -I am
-AUTOMAKE_ARGS=	--force --add-missing
+GNU_CONFIGURE=	yes
 
 INFO=		anubis
 PORTEXAMPLES=	1anubisrc 2anubisrc


More information about the svn-ports-all mailing list