diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-05-19 13:06:44 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-05-19 13:06:44 +0800 |
commit | 2c40482eb6c52d224f27ec21e93d644d74a8e02d (patch) | |
tree | ec957a91015a519ac2bc5ee7fd464c8c8e5d3626 /security | |
parent | 1b166a1dcf1170231f8b89bbf9adb39c00f2d608 (diff) | |
download | freebsd-ports-gnome-2c40482eb6c52d224f27ec21e93d644d74a8e02d.tar.gz freebsd-ports-gnome-2c40482eb6c52d224f27ec21e93d644d74a8e02d.tar.zst freebsd-ports-gnome-2c40482eb6c52d224f27ec21e93d644d74a8e02d.zip |
remove uneeded 'cd'
Submitted by: adamw@
Diffstat (limited to 'security')
-rw-r--r-- | security/tmux-cssh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tmux-cssh/Makefile b/security/tmux-cssh/Makefile index 099b221865f9..a864c6a0cf91 100644 --- a/security/tmux-cssh/Makefile +++ b/security/tmux-cssh/Makefile @@ -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} |