From 1e7ee8c2dfbbf77894a0ff68ce2fb849e600861d Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Thu, 25 May 2006 02:49:44 +0000 Subject: Fix unfetchable problem. PR: ports/97807 From: "Martin Wilke" --- security/fsh/Makefile | 5 ++++- security/fsh/pkg-plist | 33 +++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) (limited to 'security/fsh') 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%% -- cgit v1.2.3