diff options
author | agc <agc@pkgsrc.org> | 1998-01-27 18:03:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-27 18:03:25 +0000 |
commit | e5a6153e748622d1079e498d0375578361cc42b9 (patch) | |
tree | e1e0c57bea777aa59b095050ca8fb8959cfb6081 /lang/expect | |
parent | eb35dc763d1be2fecba90ec90275aff2ac22a77b (diff) | |
download | pkgsrc-e5a6153e748622d1079e498d0375578361cc42b9.tar.gz |
Install the recursive ftp script, rftp, as expect-rftp, to avoid
confusion with the socks5 ftp client, rftp.
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 5 | ||||
-rw-r--r-- | lang/expect/patches/patch-ab | 11 | ||||
-rw-r--r-- | lang/expect/pkg/PLIST | 4 |
3 files changed, 17 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index a23b098e263..77e8d74a29b 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.25 # -# $NetBSD: Makefile,v 1.2 1998/01/27 17:36:19 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/27 18:03:25 agc Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -32,6 +32,9 @@ MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ MAN3= libexpect.3 .endif +post-extract: + ${MV} ${WRKSRC}/example/rftp ${WRKSRC}/example/expect-rftp + test: @(cd ${WRKSRC}; make test) diff --git a/lang/expect/patches/patch-ab b/lang/expect/patches/patch-ab new file mode 100644 index 00000000000..1c7d14a35ca --- /dev/null +++ b/lang/expect/patches/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in 1998/01/27 17:45:49 1.1 ++++ Makefile.in 1998/01/27 17:48:11 +@@ -104,7 +104,7 @@ + # Some Make's screw up if you delete all of them because SCRIPTS is a + # target. If this is a problem, just comment out the SCRIPTS target itself. + SCRIPTS = timed-run timed-read ftp-rfc autopasswd lpunlock weather \ +- passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \ ++ passmass expect-rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \ + tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect + # A couple of the scripts have man pages of their own. + # You can delete these too if you don't want'em. diff --git a/lang/expect/pkg/PLIST b/lang/expect/pkg/PLIST index 42f6029b7f0..aa2b48a5333 100644 --- a/lang/expect/pkg/PLIST +++ b/lang/expect/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/01/27 17:36:22 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/01/27 18:03:26 agc Exp $ bin/autoexpect bin/autopasswd bin/cryptdir @@ -11,7 +11,7 @@ bin/kibitz bin/lpunlock bin/mkpasswd bin/passmass -bin/rftp +bin/expect-rftp bin/rlogin-cwd bin/timed-read bin/timed-run |