summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-11-10 00:17:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-11-10 00:17:20 +0000
commit2d1dcdcd609dcfb463dd8107feed57fee8c00d39 (patch)
tree22ac7286b8dc9aca49ed7a754fdbfa57c55e1a05 /Tools
parentUpdate to the 20091108 snapshot of GCC 4.3.5. (diff)
Reflect the fact that src-HEAD is now just a symlink to src-9. This
dance-step prevents having to introduce some special-case code into the build script.
Notes
Notes: svn path=/head/; revision=244047
Diffstat (limited to 'Tools')
-rw-r--r--Tools/portbuild/scripts/zexpire2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/zexpire b/Tools/portbuild/scripts/zexpire
index cb599468b093..402edc19071f 100644
--- a/Tools/portbuild/scripts/zexpire
+++ b/Tools/portbuild/scripts/zexpire
@@ -22,7 +22,7 @@ expirelist=(("a", 14),
("a/snap/src-6", 7),
("a/snap/src-7", 7),
("a/snap/src-8", 7),
- ("a/snap/src-HEAD", 7),
+ ("a/snap/src-9", 7),
("a/snap/world-amd64-HEAD", 7),
("a/snap/world-i386-HEAD", 7))