aboutsummaryrefslogtreecommitdiff
path: root/ftp/fget
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:23:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:23:18 +0000
commit1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch)
tree4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/fget
parent4a65c836693c56cb403b7a0b47a9514037a4bcec (diff)
downloadports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz
ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)
Notes
Notes: svn path=/head/; revision=327729
Diffstat (limited to 'ftp/fget')
-rw-r--r--ftp/fget/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/fget/Makefile b/ftp/fget/Makefile
index f7bc48b8a657..616c5364d1e4 100644
--- a/ftp/fget/Makefile
+++ b/ftp/fget/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: fget
-# Date created: 27 January 2002
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= fget
PORTVERSION= 1.3.3
@@ -30,4 +26,5 @@ MLINKS= ftp_connect.3 ftp_login.3 ftp_connect.3 ftp_quit.3 \
ftp_site.3 ftp_site_open.3 ftp_stat.3 ftp_lstat.3 \
ftp_systype.3 ftp_status.3 ftp_whoami.3 ftp_get_host.3
+NO_STAGE= yes
.include <bsd.port.mk>