diff options
author | vs <vs@FreeBSD.org> | 2006-02-14 23:34:19 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-02-14 23:34:19 +0800 |
commit | 9af4edb79d8444576a912005c23ca35906241608 (patch) | |
tree | 7eff540b54cbe480c2d85b0063e28208d0f8a394 /audio | |
parent | 02da725e4b6ab5b5e8610640e291f942013e472e (diff) | |
download | freebsd-ports-gnome-9af4edb79d8444576a912005c23ca35906241608.tar.gz freebsd-ports-gnome-9af4edb79d8444576a912005c23ca35906241608.tar.zst freebsd-ports-gnome-9af4edb79d8444576a912005c23ca35906241608.zip |
Chase MASTER_SITE and minor change in source
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mutemix/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile index 0d955dbd4dab..ee59e9379972 100644 --- a/audio/mutemix/Makefile +++ b/audio/mutemix/Makefile @@ -9,15 +9,12 @@ PORTNAME= mutemix PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://stud.fbi.fh-darmstadt.de/~koenig/pub/ +MASTER_SITES= http://www.v-i-t.de/mirkos_hp/pub/ EXTRACT_SUFX= .py MAINTAINER= ports@FreeBSD.org COMMENT= Adjusts a mixer -DEPRECATED= "mastersite disappeared, no longer maintained by author" -EXPIRATION_DATE= 2005-12-31 - RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter |