diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /audio | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) | |
download | freebsd-ports-gnome-be6c01ee85b2fa61f2030ef2065df69712693a50.tar.gz freebsd-ports-gnome-be6c01ee85b2fa61f2030ef2065df69712693a50.tar.zst freebsd-ports-gnome-be6c01ee85b2fa61f2030ef2065df69712693a50.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmixer/Makefile | 3 | ||||
-rw-r--r-- | audio/xcd/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index 1d7baef721ab..88626fbb6cf9 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -8,7 +8,8 @@ PORTNAME= gmixer PORTVERSION= 0.98c CATEGORIES= audio -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cpiazza/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cpiazza MAINTAINER= cpiazza@FreeBSD.org diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 7116ec95b534..62130c45e80b 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -8,7 +8,8 @@ PORTNAME= xcd PORTVERSION= 1.7 CATEGORIES= audio tk82 -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jmz MAINTAINER= jmz@FreeBSD.org |