aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ncftp3/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-05 07:36:02 +0800
committerache <ache@FreeBSD.org>1995-10-05 07:36:02 +0800
commit1e6a93affc08681a955e1586691f18f29c47ae58 (patch)
treef23850fefe081603306d32107d23aaae135abb0c /ftp/ncftp3/Makefile
parente1e8ba26ea5ae11126e1ff219290306bab7a17f8 (diff)
downloadfreebsd-ports-gnome-1e6a93affc08681a955e1586691f18f29c47ae58.tar.gz
freebsd-ports-gnome-1e6a93affc08681a955e1586691f18f29c47ae58.tar.zst
freebsd-ports-gnome-1e6a93affc08681a955e1586691f18f29c47ae58.zip
Upgrade to 2.2.0
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r--ftp/ncftp3/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index fdf55739e069..aa1a11cc132c 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ncftp2
-# Version required: 2.1.1
+# Version required: 2.2.0
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.26 1995/08/18 17:50:34 peter Exp $
+# $Id: Makefile,v 1.27 1995/09/23 17:09:03 ache Exp $
#
-DISTNAME= ncftp-2.1.1
+DISTNAME= ncftp-2.2.0
CATEGORIES+= networking
MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
EXTRACT_SUFX= .tgz
@@ -14,14 +14,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
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 -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
-# Copy the list of FreeBSD sites
-pre-patch:
- cp ${FILESDIR}/Complete.h ${WRKSRC}
- cp ${FILESDIR}/Complete.c ${WRKSRC}
-
.include <bsd.port.mk>