diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 20:48:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 20:48:42 +0000 |
commit | b0f16becefdbe3ec8d807cf268a52a3198e77f26 (patch) | |
tree | f139ea1244ad9474a05a9650646b11b0b25b439a /textproc/ruby-amatch | |
parent | 585fef8bde6797c94cfc27ccc31ad6a6100de9de (diff) |
- Convert to RF macro
With Hat: ruby@
Notes
Notes:
svn path=/head/; revision=256049
Diffstat (limited to 'textproc/ruby-amatch')
-rw-r--r-- | textproc/ruby-amatch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ruby-amatch/Makefile b/textproc/ruby-amatch/Makefile index db62f8600338..5c2f9f9c146a 100644 --- a/textproc/ruby-amatch/Makefile +++ b/textproc/ruby-amatch/Makefile @@ -8,8 +8,7 @@ PORTNAME= amatch PORTVERSION= 0.2.5 CATEGORIES= textproc ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby |