svn commit: r386738 - head/security/tmux-cssh

Vanilla I. Shu vanilla at FreeBSD.org
Tue May 19 05:06:45 UTC 2015


Author: vanilla
Date: Tue May 19 05:06:44 2015
New Revision: 386738
URL: https://svnweb.freebsd.org/changeset/ports/386738

Log:
  remove uneeded 'cd'
  
  Submitted by:	adamw@

Modified:
  head/security/tmux-cssh/Makefile

Modified: head/security/tmux-cssh/Makefile
==============================================================================
--- head/security/tmux-cssh/Makefile	Tue May 19 03:33:06 2015	(r386737)
+++ head/security/tmux-cssh/Makefile	Tue May 19 05:06:44 2015	(r386738)
@@ -21,7 +21,6 @@ GH_TAGNAME=	94ecc012c8
 PLIST_FILES=	bin/tmux-cssh %%PORTDOCS%%%%DOCSDIR%%/README.md
 
 do-install:
-	@cd ${WRKSRC} && \
 	${INSTALL_SCRIPT} ${WRKSRC}/tmux-cssh ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list