aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp2/files/patch-aa
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-01 20:33:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-01 20:33:19 +0000
commitb0e52f82d0b3e666731677665f2b19b3104316b8 (patch)
tree3389c6fd656ac008bbca6d61008abe46122e6b5f /ftp/ncftp2/files/patch-aa
parent8751565558fe03702bf0d98061dbb4fe1ec8f18d (diff)
Notes
Diffstat (limited to 'ftp/ncftp2/files/patch-aa')
-rw-r--r--ftp/ncftp2/files/patch-aa26
1 files changed, 8 insertions, 18 deletions
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
index 88afeb55c3ef..d194cc41c2dd 100644
--- a/ftp/ncftp2/files/patch-aa
+++ b/ftp/ncftp2/files/patch-aa
@@ -1,13 +1,7 @@
-*** Makefile.in.orig Mon Nov 21 11:18:45 1994
---- Makefile.in Sat Nov 26 15:17:52 1994
+*** Makefile.in.bak Sun Jan 1 11:34:28 1995
+--- Makefile.in Sun Jan 1 22:40:25 1995
***************
-*** 27,39 ****
- SHELL=/bin/sh
- .SUFFIXES: .c .o
-
-- CC=@CC@
- #CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
-- CFLAGS=@CFLAGS@
+*** 34,40 ****
VPATH=@srcdir@
CPPFLAGS=@CPPFLAGS@ -I.
@@ -15,11 +9,7 @@
LDFLAGS=@LDFLAGS@
# Any -D definitions:
---- 27,37 ----
- SHELL=/bin/sh
- .SUFFIXES: .c .o
-
- #CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
+--- 34,40 ----
VPATH=@srcdir@
CPPFLAGS=@CPPFLAGS@ -I.
@@ -28,13 +18,13 @@
# Any -D definitions:
***************
-*** 176,180 ****
---- 174,181 ----
- Win.o: $(GLOBAL_H) Curses.h Main.h Recent.h RCmd.h LGets.h GetPass.h
+*** 182,186 ****
+--- 182,189 ----
+ 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 -c -s -o bin -g bin $(PROG) /usr/local/bin/ncftp2
++ $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) $(PROG) $(PREFIX)/bin/ncftp2
# eof