K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-10T08:26:21.000000Z K 7 svn:log V 526 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 END