diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:36:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:36:21 +0800 |
commit | 294fee0ec781b2d4629c38a5700919fe7a943423 (patch) | |
tree | 607e4a3c92dfeb495da4910507241a4ee8ca6fe7 /audio/mp-player | |
parent | 021affdb5f8f3e148791d2100f305257e7f790c1 (diff) | |
download | freebsd-ports-gnome-294fee0ec781b2d4629c38a5700919fe7a943423.tar.gz freebsd-ports-gnome-294fee0ec781b2d4629c38a5700919fe7a943423.tar.zst freebsd-ports-gnome-294fee0ec781b2d4629c38a5700919fe7a943423.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'audio/mp-player')
-rw-r--r-- | audio/mp-player/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp-player/Makefile b/audio/mp-player/Makefile index 058c80fee0c3..5b1f352d5cc2 100644 --- a/audio/mp-player/Makefile +++ b/audio/mp-player/Makefile @@ -5,7 +5,7 @@ PORTNAME= mp-player PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Curses based module tracker using libmikmod |