diff options
author | asami <asami@FreeBSD.org> | 1999-01-26 03:58:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-26 03:58:58 +0000 |
commit | 303a5a6e927607f3fe07c290daa1bbf8ba6cc470 (patch) | |
tree | d5bd0d5034a5f29e6f3018b40922b5048aef95ef /Makefile | |
parent | c5600d88b12f864615b303f2d1997f332cd245f3 (diff) | |
download | FreeBSD-ports-303a5a6e927607f3fe07c290daa1bbf8ba6cc470.zip FreeBSD-ports-303a5a6e927607f3fe07c290daa1bbf8ba6cc470.tar.gz |
(1) Rename "templates" to "Templates". The toplevel is getting
crowded and I don't want to confuse cvsup about what's in
ports-base and what is not. (I.e., all uppercase
files/directories are, all lowercase ones are not.) While I'm
here, move the make_index script from templates to Tools.
(2) Adjust the MASTER_SITE_OVERRIDE logic a bit. Formerly, it was not
possible to specify both MASTER_SITE_OVERRIDE while still using
MASTER_SITE_BACKUP as a backup, as they were tied in the
implementation of MASTER_SITE_FREEBSD. You can now specify them
independently if MASTER_SITE_FREEBSD is not set (in which case
MASTER_SITE_BACKUP will be moved to the beginning of the list,
like before).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1999/01/13 04:08:05 jkh Exp $ +# $Id: Makefile,v 1.45 1999/01/22 10:32:32 asami Exp $ # SUBDIR += archivers @@ -54,7 +54,7 @@ index: ${.CURDIR}/INDEX: @echo -n "Generating INDEX - please wait.." @make describe ECHO_MSG="echo > /dev/null" | \ - perl ${.CURDIR}/templates/make_index > ${.CURDIR}/INDEX + perl ${.CURDIR}/Tools/make_index > ${.CURDIR}/INDEX @echo " Done." print-index: ${.CURDIR}/INDEX |