diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-08-09 01:16:59 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-08-09 01:16:59 +0800 |
commit | ae8e8df06c1d44000c40deff155b37f9aeedc49d (patch) | |
tree | 5bf2b400f0237f932b967a4cb763c52ba9e1de40 | |
parent | 84a719e08c141bafdfafb7065f1b7421b03895b7 (diff) | |
download | freebsd-ports-gnome-ae8e8df06c1d44000c40deff155b37f9aeedc49d.tar.gz freebsd-ports-gnome-ae8e8df06c1d44000c40deff155b37f9aeedc49d.tar.zst freebsd-ports-gnome-ae8e8df06c1d44000c40deff155b37f9aeedc49d.zip |
Move distfile to MASTER_SITE_LOCAL/nsayer
-rw-r--r-- | math/calctool/Makefile | 3 | ||||
-rw-r--r-- | net/merlinmon/Makefile | 3 | ||||
-rw-r--r-- | sysutils/contool/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 85939f631b99..718e72085e41 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -8,8 +8,9 @@ PORTNAME= calctool PORTVERSION= 2.4.13 CATEGORIES= math -MASTER_SITES= ftp://ftp.kfu.com/pub/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTNAME= calctool-2.4pl13 +MASTER_SITE_SUBDIR= nsayer MAINTAINER= nsayer@quack.kfu.com diff --git a/net/merlinmon/Makefile b/net/merlinmon/Makefile index e7c6ec7ca71b..faa72e0f1dd4 100644 --- a/net/merlinmon/Makefile +++ b/net/merlinmon/Makefile @@ -8,7 +8,8 @@ PORTNAME= merlinmon PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.kfu.com/pub/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nsayer DISTNAME= merlin-${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index 101449d5d03f..de894c5b4442 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -8,7 +8,8 @@ PORTNAME= contool PORTVERSION= 3.3a CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.kfu.com/pub/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nsayer MAINTAINER= nsayer@quack.kfu.com |