diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-06-23 02:25:30 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-06-23 02:25:30 +0000 |
commit | c3c77ccdcd14b12b0807a936121052f4df8b6ae8 (patch) | |
tree | 2c7c916214277e099b7a7c72306df44b6f45de65 /www/ump | |
parent | cf91ef59b2e50d9b941429ab3cb4ca16a91d22e8 (diff) |
Notes
Diffstat (limited to 'www/ump')
-rw-r--r-- | www/ump/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ump/Makefile b/www/ump/Makefile index 670d2b248c78..7d1ef3e6416b 100644 --- a/www/ump/Makefile +++ b/www/ump/Makefile @@ -12,9 +12,9 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:timidity/} \ http://www.geocities.com/SiliconValley/Lab/2826/1-10/:ump \ http://pubweb.bnl.gov/people/hoff/midi/1.10/:ump \ - ${MASTER_SITE_NETSCAPE:S/$/:plugin/} -MASTER_SITE_SUBDIR= timidity/:timidity \ - sdk/plugin/unix/:plugin + ftp://ftp.fu-berlin.de/unix/network/www/netscape/sdk/plugin/unix/:plugin \ + ftp://ftp.fh-wolfenbuettel.de/pub/www/netscape/sdk/plugin/unix/:plugin +MASTER_SITE_SUBDIR= timidity/:timidity DISTFILES= ${BZ2DIST} ${ZDIST} EXTRACT_ONLY= ${BZ2DIST:C/:.*$//} |