diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-27 01:02:16 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-27 01:02:16 +0000 |
commit | d0907c243339f3608ed79706c3705057a58093c7 (patch) | |
tree | 6abf5d4183fd79f7dccd85b90ca8c4bf3268ce38 /textproc | |
parent | b8ad00634e20a46c59d9121c7f8ce5a90ccb2884 (diff) |
- Convert to RG macro
PR: ports/147032
Submitted by: pgollucci@ (myself)
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=255157
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-liquid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rubygem-liquid/Makefile b/textproc/rubygem-liquid/Makefile index 0f1c18037534..83b8ff1b5a3f 100644 --- a/textproc/rubygem-liquid/Makefile +++ b/textproc/rubygem-liquid/Makefile @@ -7,7 +7,7 @@ PORTNAME= liquid PORTVERSION= 2.0.0 CATEGORIES= textproc rubygems -MASTER_SITES= http://gemcutter.org/gems/ +MASTER_SITES= RG MAINTAINER= peter.schuller@infidyne.com COMMENT= Library for rendering safe templates |