svn commit: r329605 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Sun Oct 6 17:24:27 UTC 2013


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 \


More information about the svn-ports-all mailing list