From owner-cvs-share Sun Mar 10 00:26:30 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02543 for cvs-share-outgoing; Sun, 10 Mar 1996 00:26:30 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02529 Sun, 10 Mar 1996 00:26:23 -0800 (PST) Date: Sun, 10 Mar 1996 00:26:23 -0800 (PST) From: Satoshi Asami Message-Id: <199603100826.AAA02529@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/03/10 00:26:22 Modified: share/mk bsd.port.mk Log: Replace PATCH_PRFX with a more generic DIST_SUBDIR. If it is set to "foo", what this does is: (1) Put all distfiles and patchfiles in /usr/ports/distfiles/foo (2) Go to ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/foo when the master site is down When your port has a lot of dist/patchfiles, or has a file that does not have a very port-specific name (e.g., "Makefile"), set this variable instead of redefining DISTDIR. (If you redefine DISTDIR, (1) will work but (2) will not.) Agreed that it's a good idea by: adam Revision Changes Path 1.196 +28 -32 src/share/mk/bsd.port.mk