diff options
author | mspo <mspo@pkgsrc.org> | 2011-05-17 16:38:18 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2011-05-17 16:38:18 +0000 |
commit | c087846a6629fee39d1504108163b3e5ed95e4d0 (patch) | |
tree | 10b58a2d6c4af30968222063917ae3d719598b05 /mk/fetch | |
parent | 105022f74c294bc4fa39ff7a514d0a7c1bce51f3 (diff) | |
download | pkgsrc-c087846a6629fee39d1504108163b3e5ed95e4d0.tar.gz |
he -> the typo in fetch.mk; reported by Snader_LB
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/fetch.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/fetch.mk b/mk/fetch/fetch.mk index bfc4b0c6121..d965413e68e 100644 --- a/mk/fetch/fetch.mk +++ b/mk/fetch/fetch.mk @@ -1,4 +1,4 @@ -# $NetBSD: fetch.mk,v 1.50 2011/02/10 10:46:45 tron Exp $ +# $NetBSD: fetch.mk,v 1.51 2011/05/17 16:38:18 mspo Exp $ _MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}} _MASTER_SITE_OVERRIDE= ${MASTER_SITE_OVERRIDE:=${DIST_SUBDIR}${DIST_SUBDIR:D/}} @@ -167,7 +167,7 @@ fetch-check-interactive: .USEBEFORE # It must understand fetching files located via URLs, # e.g. NetBSD's ftp, net/tnftp, etc. # -# The following variables are all lists of options to pass to he command +# The following variables are all lists of options to pass to the command # used to do the actual fetching of the file. # # FETCH_BEFORE_ARGS appear before all other options on the command line. |