diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-05-25 02:49:44 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-05-25 02:49:44 +0000 |
commit | 1e7ee8c2dfbbf77894a0ff68ce2fb849e600861d (patch) | |
tree | e1adf6dfdaebe52a596943689e6163de5448e7b1 /security | |
parent | a1359a61498d485de9ff3a50e6f65162852233d1 (diff) | |
download | ports-1e7ee8c2dfbbf77894a0ff68ce2fb849e600861d.tar.gz ports-1e7ee8c2dfbbf77894a0ff68ce2fb849e600861d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/fsh/Makefile | 5 | ||||
-rw-r--r-- | security/fsh/pkg-plist | 33 |
2 files changed, 19 insertions, 19 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 794900633810..613173de5c32 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -8,7 +8,8 @@ PORTNAME= fsh PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= http://www.lysator.liu.se/fsh/ +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ MAINTAINER= sumikawa@FreeBSD.org COMMENT= Fast remote command execution @@ -16,6 +17,8 @@ COMMENT= Fast remote command execution USE_PYTHON= yes GNU_CONFIGURE= yes +INFO= fsh + post-patch: ${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py diff --git a/security/fsh/pkg-plist b/security/fsh/pkg-plist index 4c084a26564e..0c408f276757 100644 --- a/security/fsh/pkg-plist +++ b/security/fsh/pkg-plist @@ -3,21 +3,18 @@ bin/fsh bin/fshd bin/in.fshd libexec/fcpwrap -share/fsh/fsh.py -share/fsh/fsh.pyc -share/fsh/fshcompat.py -share/fsh/fshcompat.pyc -share/fsh/fshconfig.py -share/fsh/fshconfig.pyc -share/fsh/fshd.py -share/fsh/fshd.pyc -share/fsh/fshlib.py -share/fsh/fshlib.pyc -share/fsh/fshversion.py -share/fsh/fshversion.pyc -share/fsh/infshd.py -share/fsh/infshd.pyc -@unexec install-info --delete %D/info/fsh.info %D/info/dir -info/fsh.info -@exec install-info --section="Shells and utilities" --entry="* FSH: (fsh). fast remote command execution." %D/info/lsh.info %D/info/dir -@dirrm share/fsh +%%DATADIR%%/fsh.py +%%DATADIR%%/fsh.pyc +%%DATADIR%%/fshcompat.py +%%DATADIR%%/fshcompat.pyc +%%DATADIR%%/fshconfig.py +%%DATADIR%%/fshconfig.pyc +%%DATADIR%%/fshd.py +%%DATADIR%%/fshd.pyc +%%DATADIR%%/fshlib.py +%%DATADIR%%/fshlib.pyc +%%DATADIR%%/fshversion.py +%%DATADIR%%/fshversion.pyc +%%DATADIR%%/infshd.py +%%DATADIR%%/infshd.pyc +@dirrm %%DATADIR%% |