summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/fsh/Makefile5
-rw-r--r--security/fsh/pkg-descr2
2 files changed, 3 insertions, 4 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile
index fe6c3af58575..829ed19a3644 100644
--- a/security/fsh/Makefile
+++ b/security/fsh/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.lysator.liu.se/fsh/ \
http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Fast remote command execution
USE_PYTHON= yes
@@ -17,7 +17,6 @@ GNU_CONFIGURE= yes
INFO= fsh
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py
@@ -25,6 +24,6 @@ post-build:
${PYTHON_CMD} -c 'import py_compile; py_compile.main()' ${WRKSRC}/*.py
post-install:
- ${INSTALL_DATA} ${WRKSRC}/*.pyc ${PREFIX}/share/fsh
+ ${INSTALL_DATA} ${WRKSRC}/*.pyc ${STAGEDIR}${PREFIX}/share/fsh
.include <bsd.port.mk>
diff --git a/security/fsh/pkg-descr b/security/fsh/pkg-descr
index 723a977f0bb9..c5c273c1a785 100644
--- a/security/fsh/pkg-descr
+++ b/security/fsh/pkg-descr
@@ -9,6 +9,6 @@ repository locally.
The solution: reuse the secure tunnel once it has been
established. fsh is a drop-in rsh-compatible replacement for ssh that
-automatically resuses ssh tunnels.
+automatically reuses ssh tunnels.
WWW: http://www.lysator.liu.se/fsh/