From owner-cvs-share Tue Apr 15 01:36:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA25815 for cvs-share-outgoing; Tue, 15 Apr 1997 01:36:50 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA25807; Tue, 15 Apr 1997 01:36:47 -0700 (PDT) Date: Tue, 15 Apr 1997 01:36:47 -0700 (PDT) From: Satoshi Asami Message-Id: <199704150836.BAA25807@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 97/04/15 01:36:45 Modified: share/mk bsd.port.mk Log: (1) Change comment for USE_X11 to be more explicit about what it means. (2) Change MASTER_SITE_GNU etc. to use += instead of ?=, so users can specify a local mirror in /etc/make.conf and still get the full fallback in case something is missing. Submitted by: Narvi (3) Skip port if USE_X11 or USE_IMAKE is defined and /usr/X11R6 doesn't exist. Submitted by: imp (4) Add "-" in front of rmdir of ${DISTDIR}/${DIST_SUBDIR} in distclean target; the directory might not be empty because the subdir is shared with some other ports' distfiles. Revision Changes Path 1.255 +12 -10 src/share/mk/bsd.port.mk