diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-07 07:25:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-07 07:25:47 +0000 |
commit | 04669ee5493085fde5f30fcd159ba9cb03de7099 (patch) | |
tree | c3cf3b11d80bae0c0b051a56c85c5badef2f9ea1 /sysutils/portupgrade-devel/Makefile | |
parent | o update to 0.6 (diff) |
Update to 20010906a.
portupgrade:
- Fix a misbehavior when -s is specified, where it built each port
twice somehow. ;)
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index bf598d2419f6..e3c6dddbd338 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,12 +6,15 @@ # PORTNAME= portupgrade -PORTVERSION= 20010906 +PORTVERSION= 20010906a CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu -DISTNAME= pkgtools-${PORTVERSION} +DISTNAME= pkgtools-${PORTVERSION:S/a$//} + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= pkgtools-${PORTVERSION}.patch.gz MAINTAINER= knu@FreeBSD.org |