From owner-svn-ports-all@FreeBSD.ORG Sun May 10 12:45:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 465952E2; Sun, 10 May 2015 12:45:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 341EE1983; Sun, 10 May 2015 12:45:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ACjpJ7011798; Sun, 10 May 2015 12:45:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ACjplx011797; Sun, 10 May 2015 12:45:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505101245.t4ACjplx011797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 May 2015 12:45:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385952 - head/ftp/pure-ftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 12:45:51 -0000 Author: sunpoet Date: Sun May 10 12:45:50 2015 New Revision: 385952 URL: https://svnweb.freebsd.org/changeset/ports/385952 Log: - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk since r384380 Modified: head/ftp/pure-ftpd/Makefile Modified: head/ftp/pure-ftpd/Makefile ============================================================================== --- head/ftp/pure-ftpd/Makefile Sun May 10 12:45:45 2015 (r385951) +++ head/ftp/pure-ftpd/Makefile Sun May 10 12:45:50 2015 (r385952) @@ -35,7 +35,7 @@ UPLOADSCRIPT_DESC= Uploadscript daemon s UTF8_DESC= UTF-8 filenames VIRTUALCHROOT_DESC= Follow symlinks outside a chroot jail -CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=${PREFIX}/etc \ +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-altlog --with-cookie --with-diraliases \ --with-everything --with-extauth --with-ftpwho \ --with-language=${LANG} --with-paranoidmsg --with-puredb \