svn commit: r385952 - head/ftp/pure-ftpd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 10 12:45:51 UTC 2015


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 \


More information about the svn-ports-all mailing list