diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /x11 | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) | |
download | freebsd-ports-be6c01ee85b2fa61f2030ef2065df69712693a50.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcolors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 7042eb58d8fd..0c72dc01d1a4 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -8,7 +8,8 @@ PORTNAME= xcolors PORTVERSION= 1.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ade/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ade DISTNAME= ${PORTNAME} MAINTAINER= ade@FreeBSD.org |