mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add var "CD_MOUNTPT" set to /cdrom by default.
Ok'ed by: discussed with Satoshi at USENIX
This commit is contained in:
parent
c0d931c973
commit
8b9ac99a98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12192
@ -1,7 +1,7 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.276 1998/05/20 22:27:18 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.277 1998/07/13 23:39:02 se Exp $
|
||||
# $NetBSD: $
|
||||
#
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
@ -622,9 +622,10 @@ PATCH_SITES:= ${MASTER_SITE_OVERRIDE} ${PATCH_SITES}
|
||||
|
||||
# Search CDROM first if mounted, symlink instead of copy if
|
||||
# FETCH_SYMLINK_DISTFILES is set
|
||||
.if exists(/cdrom/ports/distfiles)
|
||||
MASTER_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES}
|
||||
PATCH_SITES:= file:/cdrom/ports/distfiles/${DIST_SUBDIR}/ ${PATCH_SITES}
|
||||
CD_MOUNTPT?= /cdrom
|
||||
.if exists(${CD_MOUNTPT}/ports/distfiles)
|
||||
MASTER_SITES:= file:${CD_MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${MASTER_SITES}
|
||||
PATCH_SITES:= file:${CD_MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${PATCH_SITES}
|
||||
.if defined(FETCH_SYMLINK_DISTFILES)
|
||||
FETCH_BEFORE_ARGS+= -l
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user