diff options
author | asami <asami@FreeBSD.org> | 2000-06-10 05:59:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-10 05:59:16 +0800 |
commit | c21702d87141ac172933192ad7222dbab24178f5 (patch) | |
tree | ed8c709618061dac4669406a9aa3dfa00774d8f3 /net | |
parent | 261785dcc9c63d209200224a091f7f99e1c4b245 (diff) | |
download | freebsd-ports-graphics-c21702d87141ac172933192ad7222dbab24178f5.tar.gz freebsd-ports-graphics-c21702d87141ac172933192ad7222dbab24178f5.tar.zst freebsd-ports-graphics-c21702d87141ac172933192ad7222dbab24178f5.zip |
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
Diffstat (limited to 'net')
-rw-r--r-- | net/coda_client/Makefile | 1 | ||||
-rw-r--r-- | net/coda_server/Makefile | 1 | ||||
-rw-r--r-- | net/sup/Makefile | 1 | ||||
-rw-r--r-- | net/telnetx/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index 0cdd5f75585..f4935a1b4d8 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 4.6.6.1 CATEGORIES= net #MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS DISTNAME= coda-4.6.6 EXTRACT_SUFX= .tgz diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index 1a2e666bbc5..3621e9dbe8e 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 4.6.6.1 CATEGORIES= net #MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS DISTNAME= coda-4.6.6 EXTRACT_SUFX= .tgz diff --git a/net/sup/Makefile b/net/sup/Makefile index 607b1045a28..e74610270a6 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -9,6 +9,7 @@ PORTNAME= sup PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS DISTNAME= sup MAINTAINER= ports@FreeBSD.org diff --git a/net/telnetx/Makefile b/net/telnetx/Makefile index 70d70feb13d..cfcb1200adc 100644 --- a/net/telnetx/Makefile +++ b/net/telnetx/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 940401 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS DISTNAME= telnetx+transit.src.940401 MAINTAINER= max@FreeBSD.org |