diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 07:48:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 07:48:43 +0000 |
commit | 883c832ead09d033dbb530b4834100ea9b9697bf (patch) | |
tree | c4fd084891df14e0a787c125243a1663e19a4af9 /security/unssh | |
parent | 21fb94e2a926064f7d38fc1640131764857477e6 (diff) | |
download | ports-883c832ead09d033dbb530b4834100ea9b9697bf.tar.gz ports-883c832ead09d033dbb530b4834100ea9b9697bf.zip |
Notes
Diffstat (limited to 'security/unssh')
-rw-r--r-- | security/unssh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/unssh/Makefile b/security/unssh/Makefile index 44106b8e6d5d..9c8473035f93 100644 --- a/security/unssh/Makefile +++ b/security/unssh/Makefile @@ -11,13 +11,13 @@ COMMENT= Fast way to delete entries from OpenSSH known_hosts file RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +USES= shebangfix NO_BUILD= yes + PLIST_FILES= bin/unssh +SHEBANG_FILES= unssh.sh -NO_STAGE= yes do-install: - @${INSTALL} -d ${PREFIX}/bin - @${CP} ${WRKSRC}/unssh.sh ${PREFIX}/bin/unssh - @${CHMOD} ${BINMODE} ${PREFIX}/bin/unssh + ${INSTALL_SCRIPT} ${WRKSRC}/unssh.sh ${STAGEDIR}${PREFIX}/bin/unssh .include <bsd.port.mk> |