diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/ncftpd | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) |
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/ncftpd')
-rw-r--r-- | ftp/ncftpd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 80558d614f71..19aae4547c8e 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: ncftpd -# Date created: 19 June 2001 -# Whom: Justin Stanford <jus@security.za.net> -# +# Created by: Justin Stanford <jus@security.za.net> # $FreeBSD$ -# PORTNAME= ncftpd PORTVERSION= 2.8.7 @@ -27,6 +23,7 @@ SUB_FILES= pkg-message PORTDOCS= install.html README README.freebsd LICENSE +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900000 |