summaryrefslogtreecommitdiff
path: root/ftp/ncftp2/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 04:56:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 04:56:34 +0000
commitbfe6c198160197294f6e74f8d31959820290764c (patch)
tree838e96afe4271ccca7af8eb872765fe670606769 /ftp/ncftp2/files
parentAdd cnews back in (diff)
Upgrade.
Notes
Notes: svn path=/head/; revision=811
Diffstat (limited to 'ftp/ncftp2/files')
-rw-r--r--ftp/ncftp2/files/patch-aa9
1 files changed, 5 insertions, 4 deletions
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