summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-08-18 17:50:34 +0000
committerpeter <peter@FreeBSD.org>1995-08-18 17:50:34 +0000
commit01d1d2b9fedc42ab393ddcffa2f5f73a5e7f8635 (patch)
tree3039899dfcfb504c934b4b3d68e31d7686bc2b98
parent3482cdf7406caa477d54ba1612042a923dc335b3 (diff)
downloadFreeBSD-ports-01d1d2b9fedc42ab393ddcffa2f5f73a5e7f8635.zip
FreeBSD-ports-01d1d2b9fedc42ab393ddcffa2f5f73a5e7f8635.tar.gz
This patch adds tcsh/bash style filename completion to ncftp2.
Originally this was written for version 2.0.4 but has not been updated by the author since... this was too useful to die.. Obtained from: Tim MacKenzie <t.mackenzie@trl.oz.au>
-rw-r--r--ftp/ncftp2/Makefile7
-rw-r--r--ftp/ncftp3/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index 440b53d..459c560 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.24 1995/06/13 22:14:10 ache Exp $
+# $Id: Makefile,v 1.25 1995/07/17 14:31:23 ache Exp $
#
DISTNAME= ncftp-2.1.0
@@ -19,4 +19,9 @@ do-install:
cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
+# Copy the list of FreeBSD sites
+pre-patch:
+ cp ${FILESDIR}/Complete.h ${WRKSRC}
+ cp ${FILESDIR}/Complete.c ${WRKSRC}
+
.include <bsd.port.mk>
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index 440b53d..459c560 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.24 1995/06/13 22:14:10 ache Exp $
+# $Id: Makefile,v 1.25 1995/07/17 14:31:23 ache Exp $
#
DISTNAME= ncftp-2.1.0
@@ -19,4 +19,9 @@ do-install:
cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
+# Copy the list of FreeBSD sites
+pre-patch:
+ cp ${FILESDIR}/Complete.h ${WRKSRC}
+ cp ${FILESDIR}/Complete.c ${WRKSRC}
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud