diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-01 20:51:59 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-01 20:51:59 +0800 |
commit | ea2722d7709aae5254330e7098f0c575e4fbd118 (patch) | |
tree | 182b0cebced69a757e5a2012eb266859bb73c7b2 /audio | |
parent | e7d6b4f41f1e3ba3a72354dd834a0f4cf9091ae4 (diff) | |
download | freebsd-ports-gnome-ea2722d7709aae5254330e7098f0c575e4fbd118.tar.gz freebsd-ports-gnome-ea2722d7709aae5254330e7098f0c575e4fbd118.tar.zst freebsd-ports-gnome-ea2722d7709aae5254330e7098f0c575e4fbd118.zip |
Use MASTER_SITE_LOCAL.
Suggested by: kris
Diffstat (limited to 'audio')
-rw-r--r-- | audio/anthem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/anthem/Makefile b/audio/anthem/Makefile index 9f60903b9a0b..e8a9c4af6bf2 100644 --- a/audio/anthem/Makefile +++ b/audio/anthem/Makefile @@ -7,7 +7,8 @@ PORTNAME= anthem PORTVERSION= 0.0.17 CATEGORIES= audio -MASTER_SITES= http://people.freebsd.org/~lofi/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=lofi MAINTAINER= ports@FreeBSD.org COMMENT= A KDE midi sequencer |