diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-05-25 02:49:44 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-05-25 02:49:44 +0000 |
commit | e5222bffb09ba76b52b19c5c5fdcd8c03672a54f (patch) | |
tree | 492dbcb2e2b89ba45ed8ccf00fab84b96c32d951 /security/fsh | |
parent | 13b43a2ac12a3e361afe5edcaa60c0262453ae6f (diff) | |
download | FreeBSD-ports-e5222bffb09ba76b52b19c5c5fdcd8c03672a54f.zip FreeBSD-ports-e5222bffb09ba76b52b19c5c5fdcd8c03672a54f.tar.gz |
Fix unfetchable problem.
PR: ports/97807
From: "Martin Wilke" <freebsd@unixfreunde.de>
Diffstat (limited to 'security/fsh')
-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 7949006..613173d 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 4c084a2..0c408f2 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%% |