diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-07-08 12:27:41 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-07-08 12:27:41 +0000 |
commit | 734defef3edc5cb107e24b9dcb5b28e5f6046e6a (patch) | |
tree | 6853b2ea5ae71f77fd662d4118e4c484e7580ce8 /security/fsh | |
parent | Add staging support, allow it as regular user (diff) |
- Add staging support
- Fix typo in pkg-descr
Notes
Notes:
svn path=/head/; revision=361227
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 5 | ||||
-rw-r--r-- | security/fsh/pkg-descr | 2 |
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/ |