diff options
author | ache <ache@FreeBSD.org> | 1995-04-16 23:39:26 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-04-16 23:39:26 +0800 |
commit | cee5b02accde5c7b95a154122e9b441cdf7f7ba0 (patch) | |
tree | aed5b2c831941b4b05ef32f93130504efac29fb8 | |
parent | 8e87186490ad108d12444737a3fc0acfae348094 (diff) | |
download | freebsd-ports-gnome-cee5b02accde5c7b95a154122e9b441cdf7f7ba0.tar.gz freebsd-ports-gnome-cee5b02accde5c7b95a154122e9b441cdf7f7ba0.tar.zst freebsd-ports-gnome-cee5b02accde5c7b95a154122e9b441cdf7f7ba0.zip |
Remove NCFTPFLAGS, ncftp defaults changed
-rw-r--r-- | misc/screen/Makefile | 3 | ||||
-rw-r--r-- | net/dgd-lpmud/Makefile | 3 | ||||
-rw-r--r-- | net/dgd/Makefile | 1 | ||||
-rw-r--r-- | net/gopher/Makefile | 3 | ||||
-rw-r--r-- | sysutils/screen/Makefile | 3 |
5 files changed, 4 insertions, 9 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index ab3df192a5d2..2b9742a7bae7 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.8 1995/04/12 04:56:21 asami Exp $ +# $Id: Makefile,v 1.9 1995/04/16 11:28:50 ache Exp $ # DISTNAME= screen-3.6.2 @@ -13,6 +13,5 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes -NCFTPFLAGS= -PN .include <bsd.port.mk> diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 791507af0e5c..5ccccd5cbe05 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -3,7 +3,7 @@ # Date created: 10 November 1994 # Whom: adam # -# $Id$ +# $Id: Makefile,v 1.3 1995/04/15 05:41:24 asami Exp $ # DISTNAME= dgd-lpmud @@ -15,7 +15,6 @@ DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz DEPENDS= ${PORTSDIR}/net/dgd -NCFTPFLAGS= -P NO_WRKSUBDIR= PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ -r ${PKGDIR}/REQ diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 8f096a31be71..09fad8f75885 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -13,7 +13,6 @@ PATCH_FILES= 1.0.9-1.0.9.1.gz PATCHSITE:= ${MASTER_SITE_OVERRIDE} .else PATCHSITE= epsilon.me.chalmers.se: -NCFTPFLAGS= -P -V2 .endif _PATCH_COOKIE= ${.CURDIR}/work/._patch_done PATCHLIST= ${.CURDIR}/work/.patchlist diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 16affff4141f..b1d66f429e6e 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Dec 1994 # Whom: ats # -# $Id: Makefile,v 1.2 1995/04/01 12:48:01 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/15 05:41:32 asami Exp $ # DISTNAME= gopher2.1 @@ -12,7 +12,6 @@ CATEGORIES+= networking MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/ EXTRACT_SUFX= .tar.Z -NCFTPFLAGS?= -P -N USE_GMAKE= yes pre-install: diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index ab3df192a5d2..2b9742a7bae7 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.8 1995/04/12 04:56:21 asami Exp $ +# $Id: Makefile,v 1.9 1995/04/16 11:28:50 ache Exp $ # DISTNAME= screen-3.6.2 @@ -13,6 +13,5 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes -NCFTPFLAGS= -PN .include <bsd.port.mk> |