diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-15 16:48:58 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-15 16:48:58 +0000 |
commit | 7dfaf82cf7af59ff031d62e933c91ae92f3f36af (patch) | |
tree | 8196b365917fae457bec8cdef92094f78984134c /audio/juke | |
parent | 79652ed873e74e37bb1db53692d0ccfff5e6f161 (diff) | |
download | ports-7dfaf82cf7af59ff031d62e933c91ae92f3f36af.tar.gz ports-7dfaf82cf7af59ff031d62e933c91ae92f3f36af.zip |
Notes
Diffstat (limited to 'audio/juke')
-rw-r--r-- | audio/juke/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/juke/Makefile b/audio/juke/Makefile index 6856e9d1f0c7..390f9ae49745 100644 --- a/audio/juke/Makefile +++ b/audio/juke/Makefile @@ -8,11 +8,10 @@ PORTNAME= juke PORTVERSION= 0.7 CATEGORIES= audio -MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/ -# johan.nocrew.org is unreachable, informed maintainer - edwin 20021226 -#MASTER_SITES= http://johan.nocrew.org/unix/juke/archive/ +MASTER_SITES= http://www.moll.no/oyvind/distfiles/\ + http://www.orakel.ntnu.no/~oyvindmo/distfiles/ -MAINTAINER= oyvindmo@initio.no +MAINTAINER= oyvind@moll.no COMMENT= A simple curses/ncurses based juke box program GNU_CONFIGURE= yes |