From owner-cvs-share Fri Jan 24 18:45:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12474 for cvs-share-outgoing; Fri, 24 Jan 1997 18:45:15 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12464; Fri, 24 Jan 1997 18:45:13 -0800 (PST) Date: Fri, 24 Jan 1997 18:45:13 -0800 (PST) From: Satoshi Asami Message-Id: <199701250245.SAA12464@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/01/24 18:45:12 Modified: share/mk bsd.port.mk Log: (1) Add ${DESTDIR} to ${LOCALBASE} and ${X11BASE}, and remove it from ${PORTSDIR}. This undoes the changes done in rev. 1.38 and 1.59 (part of the bsd.port.mk pre-dawn ages I've never understood). Requested by: jkh (2) Add new variable NO_IGNORE that will override any IGNORE causes. This is just a little hack to allow building of REQUIRES_MOTIF ports and its dependencies only etc., so don't document it. (3) Update +REQUIRED_BY files as necessary. Now you should be able to delete ports that have runtime dependencies without pkg_delete complaining about this file missing. Revision Changes Path 1.249 +15 -5 src/share/mk/bsd.port.mk