diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-08-08 11:35:27 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-08-08 11:35:27 +0000 |
commit | 0a9f8dd1df910df5253e31c04ae42c367e97ff2c (patch) | |
tree | d7961854bb03af94e55639e85616ef0471cad7b1 /textproc/rubygem-syntax/Makefile | |
parent | - Update to 0.88.4 (diff) |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=170091
Diffstat (limited to 'textproc/rubygem-syntax/Makefile')
-rw-r--r-- | textproc/rubygem-syntax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rubygem-syntax/Makefile b/textproc/rubygem-syntax/Makefile index fcc69aac6ba0..ff7dfcc35b87 100644 --- a/textproc/rubygem-syntax/Makefile +++ b/textproc/rubygem-syntax/Makefile @@ -7,7 +7,8 @@ PORTNAME= syntax PORTVERSION= 1.0.0 CATEGORIES= textproc rubygems -MASTER_SITES= http://rubyforge.org/frs/download.php/4953/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= rubygem- MAINTAINER= dinoex@FreeBSD.org |