diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 13:07:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 13:07:09 +0000 |
commit | 0d62bf04f2f8ef9b768cedd67495c2c68dc1dbc0 (patch) | |
tree | 0b4f5a118969cea07d634901b61131e38f3967f7 /audio | |
parent | f215142311b7d3f847b8b2149ddfe73b85d8ce26 (diff) | |
download | ports-0d62bf04f2f8ef9b768cedd67495c2c68dc1dbc0.tar.gz ports-0d62bf04f2f8ef9b768cedd67495c2c68dc1dbc0.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/modplugplay/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/modplugplay/Makefile b/audio/modplugplay/Makefile index 59b823fc6ef2..d03af42848a5 100644 --- a/audio/modplugplay/Makefile +++ b/audio/modplugplay/Makefile @@ -5,9 +5,7 @@ PORTNAME= modplugplay PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://gnu.ethz.ch/linuks.mine.nu/modplugplay/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line music mod player using libmodplug |