diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-24 04:56:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-24 04:56:34 +0000 |
commit | bfe6c198160197294f6e74f8d31959820290764c (patch) | |
tree | 838e96afe4271ccca7af8eb872765fe670606769 /ftp/ncftp2 | |
parent | 6de501272bebe2e581bc1b71362f61f83f4d51c7 (diff) | |
download | ports-bfe6c198160197294f6e74f8d31959820290764c.tar.gz ports-bfe6c198160197294f6e74f8d31959820290764c.zip |
Notes
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r-- | ftp/ncftp2/Makefile | 6 | ||||
-rw-r--r-- | ftp/ncftp2/distinfo | 2 | ||||
-rw-r--r-- | ftp/ncftp2/files/patch-aa | 9 |
3 files changed, 9 insertions, 8 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 370502d09e35..27aa9554b41e 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ncftp 2 BETA -# Version required: 2.0.0 BETA 13 +# Version required: 2.0.0 BETA 14 # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.11 1995/01/17 23:09:01 ache Exp $ +# $Id: Makefile,v 1.12 1995/01/19 10:43:07 ache Exp $ # -DISTNAME= ncftp-2.0b13 +DISTNAME= ncftp-2.0b14 EXTRACT_SUFX= .tgz MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/BETA/ GNU_CONFIGURE= YES diff --git a/ftp/ncftp2/distinfo b/ftp/ncftp2/distinfo index 32262d0ce317..24ef6b903bbf 100644 --- a/ftp/ncftp2/distinfo +++ b/ftp/ncftp2/distinfo @@ -1 +1 @@ -MD5 (ncftp-2.0b13.tgz) = 7fafb31f176cae260123ec06230215e0 +MD5 (ncftp-2.0b14.tgz) = af444ed342cde7783cfbc5c2fd37d825 diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa index d194cc41c2dd..7d36c80f3725 100644 --- a/ftp/ncftp2/files/patch-aa +++ b/ftp/ncftp2/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.in.bak Sun Jan 1 11:34:28 1995 ---- Makefile.in Sun Jan 1 22:40:25 1995 +*** Makefile.in.orig Mon Jan 23 00:06:14 1995 +--- Makefile.in Mon Jan 23 20:47:43 1995 *************** *** 34,40 **** VPATH=@srcdir@ @@ -19,12 +19,13 @@ # Any -D definitions: *************** *** 182,186 **** ---- 182,189 ---- +--- 182,190 ---- WGets.o: $(GLOBAL_H) Curses.h WGets.h Xfer.o: $(GLOBAL_H) Main.h Xfer.h RCmd.h FTP.h Progress.h Poll.h + + install: -+ $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) $(PROG) $(PREFIX)/bin/ncftp2 ++ $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) $(PROG) $(PREFIX)/bin/ncftp2 ++ $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 $(PROG).1 $(PREFIX)/man/man1/ncftp2.1 # eof |