diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /net/bounce | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | FreeBSD-ports-86688662ee4069a7cd518676ff8e421c8f0e809d.zip FreeBSD-ports-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'net/bounce')
-rw-r--r-- | net/bounce/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile index 82a530a..aab7c30 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -10,7 +10,8 @@ PORTNAME= bounce PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien DISTNAME= bounce EXTRACT_SUFX= .c |