diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-11-09 18:58:52 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-11-09 18:58:52 +0000 |
commit | 6ed8735b40a7eee567781459d2ba3f069241013b (patch) | |
tree | b44703d5fcd9fc867bf0fabf4c333a5453f04f09 /www/ump | |
parent | Add a dependency on ssh-askpass. Bump PORTREVISION. (diff) |
use MASTER_SITE_NETSCAPE as netscape related master-site.
PR: ports/42678
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=69798
Diffstat (limited to 'www/ump')
-rw-r--r-- | www/ump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ump/Makefile b/www/ump/Makefile index 262ace36edf6..360d40e3d2d1 100644 --- a/www/ump/Makefile +++ b/www/ump/Makefile @@ -12,7 +12,8 @@ CATEGORIES= www MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ \ http://www.geocities.com/SiliconValley/Lab/2826/1-10/ \ http://pubweb.bnl.gov/people/hoff/midi/1.10/ \ - ftp://ftp.netscape.com/pub/sdk/plugin/unix/ + ${MASTER_SITE_NETSCAPE} +MASTER_SITE_SUBDIR= sdk/plugin/unix DISTFILES= ${BZ2DIST} ${ZDIST} PATCH_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ |