1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix unfetchable problem.

PR:	ports/97807
From:	"Martin Wilke" <freebsd@unixfreunde.de>
This commit is contained in:
Munechika SUMIKAWA 2006-05-25 02:49:44 +00:00
parent a1359a6149
commit 1e7ee8c2df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163336
2 changed files with 19 additions and 19 deletions

View File

@ -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

View File

@ -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%%