Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2015 12:45:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385952 - head/ftp/pure-ftpd
Message-ID:  <201505101245.t4ACjplx011797@svn.freebsd.org>

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



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