Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 17:21:51 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457181 - head/ftp/bftpd
Message-ID:  <201712241721.vBOHLpjb092007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Dec 24 17:21:51 2017
New Revision: 457181
URL: https://svnweb.freebsd.org/changeset/ports/457181

Log:
  Convert to USES=autoreconf.

Modified:
  head/ftp/bftpd/Makefile

Modified: head/ftp/bftpd/Makefile
==============================================================================
--- head/ftp/bftpd/Makefile	Sun Dec 24 17:17:36 2017	(r457180)
+++ head/ftp/bftpd/Makefile	Sun Dec 24 17:21:51 2017	(r457181)
@@ -11,8 +11,9 @@ COMMENT=	Very configurable FTP server that can do chro
 
 LICENSE=	GPLv2
 
-USE_AUTOTOOLS=	autoconf
-CONFIGURE_ARGS+=	--enable-pam
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-pam
+USES=		autoreconf
 
 WRKSRC=	${WRKDIR}/${PORTNAME}
 



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