diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-22 18:53:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-22 18:53:28 +0000 |
commit | b5e6b050c5ae30a660125a135bec88f41c47e271 (patch) | |
tree | f9945e44edf56199237c3477abdb5cc822f21683 /Mk | |
parent | b90e59add8b9ce0f32b17da2e3c1bbdafc813b54 (diff) | |
download | freebsd-ports-b5e6b050c5ae30a660125a135bec88f41c47e271.zip |
Fix a typo in the CD_MOUNTPTS bits.
Submitted by: Alexander Zagrebin <alexz@visp.ru>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
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) |