diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-03 01:41:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-03 01:41:02 +0000 |
commit | ff59c3f70f6c4e771cd3c56ba3ff889d95611268 (patch) | |
tree | 1da6a9149802e950860a44697bac32d258b44994 /www/rubygem-redcloth | |
parent | 62bb937eb7cd4748a4234184963b3e2a98456ae4 (diff) |
Notes
Diffstat (limited to 'www/rubygem-redcloth')
-rw-r--r-- | www/rubygem-redcloth/Makefile | 6 | ||||
-rw-r--r-- | www/rubygem-redcloth/pkg-plist | 37 |
2 files changed, 23 insertions, 20 deletions
diff --git a/www/rubygem-redcloth/Makefile b/www/rubygem-redcloth/Makefile index 9258667e56c0..964f65370c3e 100644 --- a/www/rubygem-redcloth/Makefile +++ b/www/rubygem-redcloth/Makefile @@ -6,15 +6,17 @@ PORTNAME= redcloth PORTVERSION= 3.0.3 -PORTREVISION= 1 -DISTNAME= RedCloth-${PORTVERSION} +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= RedCloth-${PORTVERSION} MAINTAINER= jw@innerewut.de COMMENT= A module for using Textile in Ruby +GEM_NAME= ${DISTNAME} + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" .include <bsd.port.post.mk> diff --git a/www/rubygem-redcloth/pkg-plist b/www/rubygem-redcloth/pkg-plist index 96f99e06d347..6fec1aa5299c 100644 --- a/www/rubygem-redcloth/pkg-plist +++ b/www/rubygem-redcloth/pkg-plist @@ -1,18 +1,19 @@ -%%CACHE_DIR%%/RedCloth-3.0.3.gem -%%GEMS_DIR%%/RedCloth-3.0.3/bin/redcloth -%%GEMS_DIR%%/RedCloth-3.0.3/lib/redcloth.rb -%%GEMS_DIR%%/RedCloth-3.0.3/run-tests.rb -%%GEMS_DIR%%/RedCloth-3.0.3/tests/code.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/images.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/instiki.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/links.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/lists.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/markdown.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/poignant.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/table.yml -%%GEMS_DIR%%/RedCloth-3.0.3/tests/textism.yml -%%SPEC_DIR%%/RedCloth-3.0.3.gemspec -@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/tests -@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/lib -@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/bin -@dirrm %%GEMS_DIR%%/RedCloth-3.0.3 +%%GEM_CACHE%% +%%GEM_LIB_DIR%%/bin/redcloth +%%GEM_LIB_DIR%%/lib/redcloth.rb +%%GEM_LIB_DIR%%/run-tests.rb +%%GEM_LIB_DIR%%/tests/code.yml +%%GEM_LIB_DIR%%/tests/images.yml +%%GEM_LIB_DIR%%/tests/instiki.yml +%%GEM_LIB_DIR%%/tests/links.yml +%%GEM_LIB_DIR%%/tests/lists.yml +%%GEM_LIB_DIR%%/tests/markdown.yml +%%GEM_LIB_DIR%%/tests/poignant.yml +%%GEM_LIB_DIR%%/tests/table.yml +%%GEM_LIB_DIR%%/tests/textism.yml +%%GEM_SPEC%% +@dirrm %%GEM_LIB_DIR%%/tests +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%%/bin +@dirrm %%GEM_LIB_DIR%% +@dirrm %%GEM_DOC_DIR%% |