From owner-cvs-share Wed Jun 12 23:04:04 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA20932 for cvs-share-outgoing; Wed, 12 Jun 1996 23:04:04 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA20875; Wed, 12 Jun 1996 23:03:41 -0700 (PDT) Date: Wed, 12 Jun 1996 23:03:41 -0700 (PDT) From: Satoshi Asami Message-Id: <199606130603.XAA20875@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/12 23:03:40 Modified: share/mk bsd.port.mk Log: Add "MASTER_SITES?=" (no this is not a typo) right before the "MASTER_SITES:= ..." of defined(MASTER_SITE_OVERRIDE) case, otherwise it would cause a recursive variable definition error when MASTER_SITE_OVERRIDE is set and MASTER_SITES is not set. Revision Changes Path 1.206 +2 -1 src/share/mk/bsd.port.mk