diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 16:01:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 16:01:39 +0000 |
commit | cbda76514ee135b390e19dc41c36793666013cd3 (patch) | |
tree | adfb0f8bfa0743d20395d0275f9131863753ac06 /sysutils/portupgrade/Makefile | |
parent | 5d77d5fc37ff1008b6bba2f68f7c7146bfcc41d3 (diff) | |
download | ports-cbda76514ee135b390e19dc41c36793666013cd3.tar.gz ports-cbda76514ee135b390e19dc41c36793666013cd3.zip |
Update to 20041225.
- Fix the startup script. (s/echo //)
- When INDEX is not found, try "make fetchindex" first, then try
"make index".
Notes
Notes:
svn path=/head/; revision=125137
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 1e2cb6b8481e..542be591a696 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20041224 -PORTREVISION= 1 +PORTVERSION= 20041225 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} |