diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-31 15:39:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-31 15:39:38 +0000 |
commit | 6387efb6a9c57116e35cd1003ed023d3bbfeecc6 (patch) | |
tree | 4529ef8dd93c1e3ac7c51d5d789682a7620c8f40 | |
parent | Transfer MAINTAINERship to Lester A. Mesa <lester@mazpe.net> who has been (diff) |
Put the real master site at the top of MASTER_SITES. I seem to forget
to transfer distfiles to ftp.freebsd.org too often...
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 5 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 5 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 5 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 6bf18cb6525e..cbc58795a2c4 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -8,8 +8,9 @@ PORTNAME= portupgrade PORTVERSION= 20020830 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.iDaemons.org/distfiles/ +MASTER_SITES= http://www.iDaemons.org/distfiles/ \ + ${MASTER_SITE_LOCAL} + MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 6bf18cb6525e..cbc58795a2c4 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -8,8 +8,9 @@ PORTNAME= portupgrade PORTVERSION= 20020830 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.iDaemons.org/distfiles/ +MASTER_SITES= http://www.iDaemons.org/distfiles/ \ + ${MASTER_SITE_LOCAL} + MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 6bf18cb6525e..cbc58795a2c4 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -8,8 +8,9 @@ PORTNAME= portupgrade PORTVERSION= 20020830 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.iDaemons.org/distfiles/ +MASTER_SITES= http://www.iDaemons.org/distfiles/ \ + ${MASTER_SITE_LOCAL} + MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 6bf18cb6525e..cbc58795a2c4 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -8,8 +8,9 @@ PORTNAME= portupgrade PORTVERSION= 20020830 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.iDaemons.org/distfiles/ +MASTER_SITES= http://www.iDaemons.org/distfiles/ \ + ${MASTER_SITE_LOCAL} + MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} |