svn commit: r457181 - head/ftp/bftpd

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 17:21:52 UTC 2017


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}
 


More information about the svn-ports-head mailing list