diff options
author | peter <peter@FreeBSD.org> | 1995-08-19 01:50:34 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-08-19 01:50:34 +0800 |
commit | 01d1d2b9fedc42ab393ddcffa2f5f73a5e7f8635 (patch) | |
tree | 3039899dfcfb504c934b4b3d68e31d7686bc2b98 /ftp | |
parent | 3482cdf7406caa477d54ba1612042a923dc335b3 (diff) | |
download | freebsd-ports-gnome-01d1d2b9fedc42ab393ddcffa2f5f73a5e7f8635.tar.gz freebsd-ports-gnome-01d1d2b9fedc42ab393ddcffa2f5f73a5e7f8635.tar.zst freebsd-ports-gnome-01d1d2b9fedc42ab393ddcffa2f5f73a5e7f8635.zip |
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>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp2/Makefile | 7 | ||||
-rw-r--r-- | ftp/ncftp3/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 440b53dc88da..459c560ece97 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 440b53dc88da..459c560ece97 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> |