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>
This commit is contained in:
Peter Wemm 1995-08-18 17:50:34 +00:00
parent c7f8a0f4f6
commit 7c315e1aac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2072
2 changed files with 12 additions and 2 deletions

View file

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

View file

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