diff options
author | ache <ache@FreeBSD.org> | 1995-01-02 04:33:19 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-02 04:33:19 +0800 |
commit | 91798678edd80696fe83df521d1bad931a3d68ba (patch) | |
tree | 219424817c3699895330521770dd593aa69f3ef1 /ftp/ncftp2 | |
parent | 1fa5ab10f41571a27d2ba8501a470d4698a670d9 (diff) | |
download | freebsd-ports-gnome-91798678edd80696fe83df521d1bad931a3d68ba.tar.gz freebsd-ports-gnome-91798678edd80696fe83df521d1bad931a3d68ba.tar.zst freebsd-ports-gnome-91798678edd80696fe83df521d1bad931a3d68ba.zip |
Upgrade
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r-- | ftp/ncftp2/Makefile | 6 | ||||
-rw-r--r-- | ftp/ncftp2/files/patch-aa | 26 |
2 files changed, 11 insertions, 21 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index e1dfdfcdd7f2..86b55846b451 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 9 +# Version required: 2.0.0 BETA 10 # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.7 1994/12/14 00:05:59 ache Exp $ +# $Id: Makefile,v 1.8 1994/12/22 06:03:52 ache Exp $ # -DISTNAME= ncftp-2.0b9 +DISTNAME= ncftp-2.0b10 EXTRACT_SUFX= .tgz MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/BETA/ GNU_CONFIGURE= YES 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 |