summaryrefslogtreecommitdiff
path: root/lang/expect/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-01-27 18:03:25 +0000
committeragc <agc@pkgsrc.org>1998-01-27 18:03:25 +0000
commite5a6153e748622d1079e498d0375578361cc42b9 (patch)
treee1e0c57bea777aa59b095050ca8fb8959cfb6081 /lang/expect/Makefile
parenteb35dc763d1be2fecba90ec90275aff2ac22a77b (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--lang/expect/Makefile5
1 files changed, 4 insertions, 1 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)