diff options
author | sada <sada@FreeBSD.org> | 1999-09-04 02:35:03 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-09-04 02:35:03 +0800 |
commit | 4b1f7841d1fd1ddba90a65f358604905b01bb334 (patch) | |
tree | 0859f18eca70cc37aaf9dabe16ba0669d8800933 /audio/splay | |
parent | 1e6f51e2a22f9d2ac30ad9863ce59f5bbd5a0f12 (diff) | |
download | freebsd-ports-gnome-4b1f7841d1fd1ddba90a65f358604905b01bb334.tar.gz freebsd-ports-gnome-4b1f7841d1fd1ddba90a65f358604905b01bb334.tar.zst freebsd-ports-gnome-4b1f7841d1fd1ddba90a65f358604905b01bb334.zip |
Change of MASTER_SITES and MAINTAINER .
PR: ports/13512
Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
Diffstat (limited to 'audio/splay')
-rw-r--r-- | audio/splay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 697a0ae3ad60..0b0d322c2258 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -10,9 +10,9 @@ DISTNAME= splay-0.8.2 CATEGORIES= audio -MASTER_SITES= http://cain.kaist.ac.kr/~jwj95/ +MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ -MAINTAINER= junker@jazz.snu.ac.kr +MAINTAINER= cjh@kr.freebsd.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-xsplay --without-pthread |