svn commit: r390235 - head/ftp/tnftpd

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:15:25 UTC 2015


Author: bapt
Date: Sun Jun 21 14:15:24 2015
New Revision: 390235
URL: https://svnweb.freebsd.org/changeset/ports/390235

Log:
  Convert to USES=autoreconf

Modified:
  head/ftp/tnftpd/Makefile

Modified: head/ftp/tnftpd/Makefile
==============================================================================
--- head/ftp/tnftpd/Makefile	Sun Jun 21 14:13:49 2015	(r390234)
+++ head/ftp/tnftpd/Makefile	Sun Jun 21 14:15:24 2015	(r390235)
@@ -9,11 +9,8 @@ MASTER_SITES=	ftp://ftp.netbsd.org/pub/N
 MAINTAINER=	cejkar at fit.vutbr.cz
 COMMENT=	Enhanced ftp server from NetBSD
 
-USES=		libtool
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal automake
-AUTOMAKE_ARGS=	--add-missing
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 
 PLIST_FILES=	libexec/tnftpd \
 				man/man5/ftpd.conf.5.gz man/man5/ftpusers.5.gz man/man8/tnftpd.8.gz


More information about the svn-ports-all mailing list