diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-22 18:53:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-22 18:53:28 +0000 |
commit | 372e4e9f3f1d41c4ad8f7848cef19577439281b9 (patch) | |
tree | dcb1e0095303631f715643f7bf2be2c1fa783142 /Mk | |
parent | 4c3fcf936316fe526d34552e47d052ede46a8e0b (diff) | |
download | FreeBSD-ports-372e4e9f3f1d41c4ad8f7848cef19577439281b9.zip FreeBSD-ports-372e4e9f3f1d41c4ad8f7848cef19577439281b9.tar.gz |
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 0550c99..af1a3fc 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) |