diff options
Diffstat (limited to 'ftp/ncftp1/Makefile')
-rw-r--r-- | ftp/ncftp1/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile index b792a7768f55..c7d8b06d29c0 100644 --- a/ftp/ncftp1/Makefile +++ b/ftp/ncftp1/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ncftp -# Date created: 20 Jun 1996 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= ncftp PORTVERSION= 1.9.5 @@ -23,6 +18,7 @@ LATEST_LINK= ncftp1 PLIST_FILES= bin/${LATEST_LINK} MAN1= ncftp.1 +NO_STAGE= yes pre-fetch: @${ECHO} "" @${ECHO} "Use INSTALL_AS_NCFTP=yes to install ncftp1 as ${PREFIX}/bin/ncftp" |