svn commit: r457166 - head/mail/spamguard

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 14:36:14 UTC 2017


Author: tijl
Date: Sun Dec 24 14:36:13 2017
New Revision: 457166
URL: https://svnweb.freebsd.org/changeset/ports/457166

Log:
  Convert to USES=autoreconf.

Modified:
  head/mail/spamguard/Makefile

Modified: head/mail/spamguard/Makefile
==============================================================================
--- head/mail/spamguard/Makefile	Sun Dec 24 14:20:07 2017	(r457165)
+++ head/mail/spamguard/Makefile	Sun Dec 24 14:36:13 2017	(r457166)
@@ -11,10 +11,9 @@ COMMENT=	MTA spam prevention program for qmail/postfix
 
 LICENSE=	BSD3CLAUSE
 
-USE_AUTOTOOLS=	automake
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 GNU_CONFIGURE=	yes
+USES=		autoreconf
 
 OPTIONS_DEFINE=	DOCS
 
@@ -25,9 +24,6 @@ DOCS_TR=	BENIOKU BENIOKU.DigitalUnix COPYING DEGISIKLI
 		GUNCELLEME KURULUM KURULUM-SONRASI YAPILACAKLAR YAZARLAR
 
 SUB_FILES=	pkg-message
-
-pre-configure:
-	cd ${WRKSRC}; ./autogen.sh
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/tr


More information about the svn-ports-head mailing list