K 10 svn:author V 5 asami K 8 svn:date V 27 1996-11-30T09:53:38.000000Z K 7 svn:log V 1177 (1) Add ${DIST_SUBDIR} in front of filename in files/md5. This will make it possible to obtain the list of distfiles/patchfiles by only looking at files/md5 instead of parsing the Makefile. Also, we can now share the same files/md5 for distfiles of same names. (If you are wondering why this is good, look at the www/netscape3 port.) Submitted by: max (2) Fix handling of ${DIST_SUBDIR} when ${DISTDIR} is defined by the user. (3) Use and define variable ${MASTER_SITE_BACKUP} instead of repeating ftp.freebsd.org all over the place. In addition to being more aesthetically pleasing (bsd.port.mk thrives in this, you know), the user can define this to be their closest FreeBSD mirror in order to reduce the load on ftp.freebsd.org. Submitted by: fenner (4) Print out descriptive messages when the port is being ignored, for example, because it IS_INTERACTIVE and BATCH is set. Submitted by: max (5) Make clean-depends target as non-fallible as possible. Submitted by: max (6) Misc, cleanup, fix typo, remove "test ! -d" in front of ${MKDIR} (which already has the -p flag and can't fail), etc. This should go into 2.2. END