diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /mail | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.zst freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/hbiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/hbiff/Makefile b/mail/hbiff/Makefile index 821d72e964ab..eb9668edf071 100644 --- a/mail/hbiff/Makefile +++ b/mail/hbiff/Makefile @@ -10,7 +10,8 @@ PORTNAME= hbiff PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien MAINTAINER= obrien@FreeBSD.org |