diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-03-28 22:40:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-03-28 22:40:25 +0000 |
commit | 1b5b1d26d56f77594c8423b1f5d11ebb0ef85224 (patch) | |
tree | 2e29aa2ebb03ed674782f6f1cd6c0457095f274c /sysutils/portupgrade/Makefile | |
parent | e69cb40145c47f65d8c44ba47e048eb6daf9780d (diff) | |
download | ports-1b5b1d26d56f77594c8423b1f5d11ebb0ef85224.tar.gz ports-1b5b1d26d56f77594c8423b1f5d11ebb0ef85224.zip |
Fix a stupid bug introduced by the last update, which destroyed
pkgnames and caused portupgrade to fail.
Reported by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes:
svn path=/head/; revision=105566
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index c1d1ff0ba6c1..f0fb16101736 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -7,6 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20040325 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} |