Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 17:24:26 +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: r329605 - head/security/openssh-portable
Message-ID:  <201310061724.r96HOQmA087303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun Oct  6 17:24:26 2013
New Revision: 329605
URL: http://svnweb.freebsd.org/changeset/ports/329605

Log:
  Remove useless -c flag

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Sun Oct  6 17:24:06 2013	(r329604)
+++ head/security/openssh-portable/Makefile	Sun Oct  6 17:24:26 2013	(r329605)
@@ -253,8 +253,8 @@ pre-install:
 .endif
 
 post-install:
-	${INSTALL_DATA} -c ${WRKSRC}/ssh_config.out ${STAGEDIR}${ETCSSH}/ssh_config-dist
-	${INSTALL_DATA} -c ${WRKSRC}/sshd_config.out ${STAGEDIR}${ETCSSH}/sshd_config-dist
+	${INSTALL_DATA} ${WRKSRC}/ssh_config.out ${STAGEDIR}${ETCSSH}/ssh_config-dist
+	${INSTALL_DATA} ${WRKSRC}/sshd_config.out ${STAGEDIR}${ETCSSH}/sshd_config-dist
 
 test:	build
 	(cd ${WRKSRC}/regress && ${SETENV} OBJ=${WRKDIR} ${MAKE_ENV} TEST_SHELL=/bin/sh \



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