diff options
author | pav <pav@FreeBSD.org> | 2006-12-03 09:41:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-03 09:41:02 +0800 |
commit | c767b1ba56b3f6b89406cc64d3fe5e82f70887b0 (patch) | |
tree | 7ef628b9d77cbcbadba4291e4381dea773131802 /www | |
parent | e96f145cb87ff498599fdebf7c6bcb7db29d33f9 (diff) | |
download | freebsd-ports-gnome-c767b1ba56b3f6b89406cc64d3fe5e82f70887b0.tar.gz freebsd-ports-gnome-c767b1ba56b3f6b89406cc64d3fe5e82f70887b0.tar.zst freebsd-ports-gnome-c767b1ba56b3f6b89406cc64d3fe5e82f70887b0.zip |
- Fix plist after recent ruby-gems update
PR: ports/106244
Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer)
Diffstat (limited to 'www')
-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%% |