Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 14:50:08 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348329 - head/shells/scponly
Message-ID:  <201403151450.s2FEo8OY024865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sat Mar 15 14:50:08 2014
New Revision: 348329
URL: http://svnweb.freebsd.org/changeset/ports/348329
QAT: https://qat.redports.org/buildarchive/r348329/

Log:
  correct misuse of X_CONFIGURE_ENABLE

Modified:
  head/shells/scponly/Makefile

Modified: head/shells/scponly/Makefile
==============================================================================
--- head/shells/scponly/Makefile	Sat Mar 15 14:36:20 2014	(r348328)
+++ head/shells/scponly/Makefile	Sat Mar 15 14:50:08 2014	(r348329)
@@ -34,20 +34,20 @@ OPTIONS_SUB=	yes
 
 BUILD_DEPENDS=	sftp:${PORTSDIR}/security/openssh-portable
 DEFAULT_CHDIR_CONFIGURE_ON=	--with-default-chdir=${SCPONLY_DEFAULT_CHDIR}
-WILDCARDS_CONFIGURE_ENABLE=	--enable-wildcards
-GFTP_CONFIGURE_ENABLE=		--enable-gftp-compat
-CHROOT_CONFIGURE_ENABLE=	--enable-chrooted-binary
+WILDCARDS_CONFIGURE_ENABLE=	wildcards
+GFTP_CONFIGURE_ENABLE=		gftp-compat
+CHROOT_CONFIGURE_ENABLE=	chrooted-binary
 CHROOT_USE=			RC_SUBR=scponlyc
 RSYNC_BUILD_DEPENDS=		rsync:${PORTSDIR}/net/rsync
-RSYNC_CONFIGURE_ENABLE=		--enable-rsync-compat
-SCP_CONFIGURE_ENABLE=		--enable-scp-compat
-SVN_CONFIGURE_ENABLE=		--enable-svn-compat
+RSYNC_CONFIGURE_ENABLE=		rsync-compat
+SCP_CONFIGURE_ENABLE=		scp-compat
+SVN_CONFIGURE_ENABLE=		svn-compat
 SVN_BUILD_DEPENDS=		svn:${PORTSDIR}/devel/subversion
 SVNSERVE_BUILD_DEPENDS=		svn:${PORTSDIR}/devel/subversion
-SVNSERVE_CONFIGURE_ENABLE=	--enable-svnserv-compat
+SVNSERVE_CONFIGURE_ENABLE=	svnserv-compat
 UNISON_BUILD_DEPENDS=		unison:${PORTSDIR}/net/unison
-UNISON_CONFIGURE_ENABLE=	--enable-unison-compat
-WINSCP_CONFIGURE_ENABLE=	--enable-winscp-compat
+UNISON_CONFIGURE_ENABLE=	unison-compat
+WINSCP_CONFIGURE_ENABLE=	winscp-compat
 
 RUN_DEPENDS=	${BUILD_DEPENDS}
 



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