From b7a20fcd58c9a536d2f571827ff657bc71f153bc Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 7 May 1995 20:57:56 +0000 Subject: Upgrade. --- ftp/ncftp3/Makefile | 10 +++++++--- ftp/ncftp3/distinfo | 2 +- ftp/ncftp3/pkg-comment | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'ftp/ncftp3') diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index f59776ae611..67a8f86bdb4 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ncftp2 -# Version required: 2.0.4 +# Version required: 2.0.5 # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.21 1995/04/12 04:55:40 asami Exp $ +# $Id: Makefile,v 1.22 1995/04/27 23:36:02 ache Exp $ # -DISTNAME= ncftp-2.0.4 +DISTNAME= ncftp-2.0.5 CATEGORIES+= networking MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ EXTRACT_SUFX= .tgz @@ -15,4 +15,8 @@ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes +do-install: + cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2 + cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1 + .include diff --git a/ftp/ncftp3/distinfo b/ftp/ncftp3/distinfo index ae23ba9bbfb..73f7ceef07b 100644 --- a/ftp/ncftp3/distinfo +++ b/ftp/ncftp3/distinfo @@ -1 +1 @@ -MD5 (ncftp-2.0.4.tgz) = 4450835a8f51a42a55f2d131b0e5abcb +MD5 (ncftp-2.0.5.tgz) = da10010a1b0616ce6127a851e912254a diff --git a/ftp/ncftp3/pkg-comment b/ftp/ncftp3/pkg-comment index 72db4cf2e34..01f7215a352 100644 --- a/ftp/ncftp3/pkg-comment +++ b/ftp/ncftp3/pkg-comment @@ -1 +1 @@ -NcFTP 2.0.4 -- FTP replacement with advanced user interface +NcFTP 2.0.5 -- FTP replacement with advanced user interface -- cgit