diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-01 12:51:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-01 12:51:59 +0000 |
commit | f5f6cc4231a8809b8b076c126bcf434a83861e80 (patch) | |
tree | 5eb3b5a1d90d1e1beb0c6ae182214ab399446abf /audio/anthem | |
parent | Update to 0.21 (diff) |
Use MASTER_SITE_LOCAL.
Suggested by: kris
Diffstat (limited to 'audio/anthem')
-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 |