aboutsummaryrefslogtreecommitdiff
path: root/security/fsh
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-05-25 02:49:44 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-05-25 02:49:44 +0000
commit1e7ee8c2dfbbf77894a0ff68ce2fb849e600861d (patch)
treee1adf6dfdaebe52a596943689e6163de5448e7b1 /security/fsh
parenta1359a61498d485de9ff3a50e6f65162852233d1 (diff)
downloadports-1e7ee8c2dfbbf77894a0ff68ce2fb849e600861d.tar.gz
ports-1e7ee8c2dfbbf77894a0ff68ce2fb849e600861d.zip
Fix unfetchable problem.
PR: ports/97807 From: "Martin Wilke" <freebsd@unixfreunde.de>
Notes
Notes: svn path=/head/; revision=163336
Diffstat (limited to 'security/fsh')
-rw-r--r--security/fsh/Makefile5
-rw-r--r--security/fsh/pkg-plist33
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%%