diff options
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 95caaea2494..624ed0a8939 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010922.1 +PORTVERSION= 20010922.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${PORTVERSION:R} PATCH_SITES= ${MASTER_SITES} -PATCHFILES= pkgtools-${PORTVERSION}.patch.gz +PATCHFILES= pkgtools-${PORTVERSION:R}.1.patch.gz \ + pkgtools-${PORTVERSION}.patch.gz MAINTAINER= knu@FreeBSD.org |