diff options
Diffstat (limited to 'ports-mgmt/portupgrade/Makefile')
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 618e3b1b5005..95caaea24943 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -6,15 +6,15 @@ # PORTNAME= portupgrade -PORTVERSION= 20010922 +PORTVERSION= 20010922.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu -DISTNAME= pkgtools-${PORTVERSION} +DISTNAME= pkgtools-${PORTVERSION:R} -#PATCH_SITES= ${MASTER_SITES} -#PATCHFILES= pkgtools-${PORTVERSION}.patch.gz +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= pkgtools-${PORTVERSION}.patch.gz MAINTAINER= knu@FreeBSD.org |