aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ncftp2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ncftp2/Makefile')
-rw-r--r--ftp/ncftp2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index a1147bd3530..7acb5f6fdab 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: ncftp2
-# Version required: 2.2.2
+# Version required: 2.3.0
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.30 1995/11/23 20:37:59 ache Exp $
+# $Id: Makefile,v 1.31 1995/11/27 04:05:19 asami Exp $
#
-DISTNAME= ncftp-2.2.2
+DISTNAME= ncftp-2.3.0
CATEGORIES+= net
-MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
+MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
do-install:
- cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
+ cd ${WRKSRC}; $(INSTALL) -c $(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 <bsd.port.mk>