From owner-cvs-share Wed Mar 6 00:08:35 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06760 for cvs-share-outgoing; Wed, 6 Mar 1996 00:08:35 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06694 Wed, 6 Mar 1996 00:08:20 -0800 (PST) Date: Wed, 6 Mar 1996 00:08:20 -0800 (PST) From: Satoshi Asami Message-Id: <199603060808.AAA06694@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 Precedence: bulk asami 96/03/06 00:08:19 Modified: share/mk bsd.port.mk Log: Replace absolute pathnames with variables, so that (1) people can have weird paths and it will still work, and (2) if you really need to use /usr/local/bin/cp instead of /bin/cp, you can do that by changing only one line. Submitted by: wosch Revision Changes Path 1.194 +80 -68 src/share/mk/bsd.port.mk