diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-30 15:50:58 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-30 15:50:58 +0000 |
commit | 6e48bb573f378e4be9676938e0afea4cbba3f697 (patch) | |
tree | 53c62f8becd1b7f50c5a758721299ad6aa9162ac /net/ruby-soap | |
parent | 776d5a532b576f7e9786baad90dcb991217d0ebe (diff) |
Notes
Diffstat (limited to 'net/ruby-soap')
-rw-r--r-- | net/ruby-soap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ruby-soap/Makefile b/net/ruby-soap/Makefile index 16292ba0719d..be5234bc0396 100644 --- a/net/ruby-soap/Makefile +++ b/net/ruby-soap/Makefile @@ -8,7 +8,8 @@ PORTNAME= soap PORTVERSION= 1.4.8.1 CATEGORIES= net ruby -MASTER_SITES= http://www.ruby-lang.org/~nahi/ +MASTER_SITES= ${MASTER_SITE_RUBY} +MASTER_SITE_SUBDIR= contrib PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}4r-${PORTVERSION:S/./_/g} DIST_SUBDIR= ruby |