Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 14:15:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390235 - head/ftp/tnftpd
Message-ID:  <201506211415.t5LEFOuE080235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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