Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 02:22:00 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382980 - head/security/openssh-portable
Message-ID:  <201504020222.t322M08R058995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Apr  2 02:21:59 2015
New Revision: 382980
URL: https://svnweb.freebsd.org/changeset/ports/382980

Log:
  Remove unused variable PRECIOUS

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Thu Apr  2 00:57:56 2015	(r382979)
+++ head/security/openssh-portable/Makefile	Thu Apr  2 02:21:59 2015	(r382980)
@@ -25,9 +25,6 @@ GNU_CONFIGURE=		yes
 CONFIGURE_ENV=		ac_cv_func_strnvis=no
 CONFIGURE_ARGS=		--prefix=${PREFIX} --with-md5-passwords \
 			--without-zlib-version-check --with-ssl-engine
-PRECIOUS=		ssh_config sshd_config ssh_host_key ssh_host_key.pub \
-			ssh_host_rsa_key ssh_host_rsa_key.pub ssh_host_dsa_key \
-			ssh_host_dsa_key.pub
 ETCOLD=			${PREFIX}/etc
 
 SUDO?=		# empty



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