diff options
author | ache <ache@FreeBSD.org> | 1994-11-25 17:04:02 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-11-25 17:04:02 +0000 |
commit | 5907f23db6e0f625a7c0df0866f5d307a391cd52 (patch) | |
tree | 79ffe9ddfe28dc98f159bc89b2fd6973d4acf79b | |
parent | 7ff3416481836c25e674d190dd4a254ed417c236 (diff) | |
download | FreeBSD-ports-5907f23db6e0f625a7c0df0866f5d307a391cd52.zip FreeBSD-ports-5907f23db6e0f625a7c0df0866f5d307a391cd52.tar.gz |
Change wrong comment: NCFTP_ARGS --> NCFTPFLAGS
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index dab206b..efc11f7 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.72 1994/11/17 15:46:27 jkh Exp $ +# $Id: bsd.port.mk,v 1.73 1994/11/21 10:30:37 ats Exp $ # # Please view me with 4 column tabs! @@ -69,7 +69,7 @@ # EXTRACT_ARGS - Arguments to ${EXTRACT_CMD} (default: -C ${WRKDIR} -xzf). # # NCFTP - Full path to ncftp command if not in $PATH (default: ncftp). -# NCFTP_ARGS - Arguments to ${NCFTP} (default: -N). +# NCFTPFLAGS - Arguments to ${NCFTP} (default: -N). # # # Default targets and their behaviors: |