diff options
Diffstat (limited to 'ftp/ncftpd/Makefile')
-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 |