diff options
author | knu <knu@FreeBSD.org> | 2002-08-31 15:39:38 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-08-31 15:39:38 +0000 |
commit | fc9a0ffa1bafcf679027af3ff9ad4f6d9a1e5966 (patch) | |
tree | 56f283389835ce1d8ba41ad77de83bf2575e9a12 /sysutils/portupgrade | |
parent | c52a89dde9e645c0efa1aa282a3d301c49edd12d (diff) | |
download | FreeBSD-ports-fc9a0ffa1bafcf679027af3ff9ad4f6d9a1e5966.zip FreeBSD-ports-fc9a0ffa1bafcf679027af3ff9ad4f6d9a1e5966.tar.gz |
Put the real master site at the top of MASTER_SITES. I seem to forget
to transfer distfiles to ftp.freebsd.org too often...
Diffstat (limited to 'sysutils/portupgrade')
-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 6bf18cb..cbc5879 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} |