1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/ncftp2/files/patch-aa

41 lines
926 B
Plaintext
Raw Normal View History

1994-11-26 12:22:04 +00:00
*** Makefile.in.orig Mon Nov 21 11:18:45 1994
--- Makefile.in Sat Nov 26 15:17:52 1994
***************
1994-11-26 12:22:04 +00:00
*** 27,39 ****
SHELL=/bin/sh
.SUFFIXES: .c .o
- CC=@CC@
#CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
- CFLAGS=@CFLAGS@
VPATH=@srcdir@
CPPFLAGS=@CPPFLAGS@ -I.
! LIBS=@LIBS@
LDFLAGS=@LDFLAGS@
# Any -D definitions:
--- 27,37 ----
SHELL=/bin/sh
.SUFFIXES: .c .o
#CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
VPATH=@srcdir@
CPPFLAGS=@CPPFLAGS@ -I.
! LIBS= -lresolv -lreadline -lncurses -lmytinfo
LDFLAGS=@LDFLAGS@
# Any -D definitions:
***************
*** 176,180 ****
--- 174,181 ----
Win.o: $(GLOBAL_H) Curses.h Main.h Recent.h RCmd.h LGets.h GetPass.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
# eof