summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-22 18:53:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-22 18:53:28 +0000
commitb5e6b050c5ae30a660125a135bec88f41c47e271 (patch)
treef9945e44edf56199237c3477abdb5cc822f21683 /Mk
parentAdd VM, a mail user agent on Emacsen. (diff)
Fix a typo in the CD_MOUNTPTS bits.
Submitted by: Alexander Zagrebin <alexz@visp.ru>
Notes
Notes: svn path=/head/; revision=55101
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 0550c9972523..af1a3fcd38fb 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1407,7 +1407,7 @@ _MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP}
# Search CDROM first if mounted, symlink instead of copy if
# FETCH_SYMLINK_DISTFILES is set
CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT}
-.for MOUNTPT in ${CD_MOUNPTS}
+.for MOUNTPT in ${CD_MOUNTPTS}
.if exists(${MOUNTPT}/ports/distfiles)
_MASTER_SITE_OVERRIDE:= file:${MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${_MASTER_SITE_OVERRIDE}
.if defined(FETCH_SYMLINK_DISTFILES)