aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rparsec
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rparsec')
-rw-r--r--devel/rubygem-rparsec/Makefile5
-rw-r--r--devel/rubygem-rparsec/pkg-plist37
2 files changed, 1 insertions, 41 deletions
diff --git a/devel/rubygem-rparsec/Makefile b/devel/rubygem-rparsec/Makefile
index 49fdb4e8635d..36def21bdb71 100644
--- a/devel/rubygem-rparsec/Makefile
+++ b/devel/rubygem-rparsec/Makefile
@@ -14,9 +14,6 @@ COMMENT= Recursive descent parser combinator framework for Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
-
-post-install:
- @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
- @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
diff --git a/devel/rubygem-rparsec/pkg-plist b/devel/rubygem-rparsec/pkg-plist
deleted file mode 100644
index 3d8ad11c3759..000000000000
--- a/devel/rubygem-rparsec/pkg-plist
+++ /dev/null
@@ -1,37 +0,0 @@
-%%GEM_CACHE%%
-%%GEM_LIB_DIR%%/rparsec/context.rb
-%%GEM_LIB_DIR%%/rparsec/error.rb
-%%GEM_LIB_DIR%%/rparsec/expressions.rb
-%%GEM_LIB_DIR%%/rparsec/functors.rb
-%%GEM_LIB_DIR%%/rparsec/id_monad.rb
-%%GEM_LIB_DIR%%/rparsec/keywords.rb
-%%GEM_LIB_DIR%%/rparsec/locator.rb
-%%GEM_LIB_DIR%%/rparsec/misc.rb
-%%GEM_LIB_DIR%%/rparsec/monad.rb
-%%GEM_LIB_DIR%%/rparsec/operators.rb
-%%GEM_LIB_DIR%%/rparsec/parser.rb
-%%GEM_LIB_DIR%%/rparsec/parser_monad.rb
-%%GEM_LIB_DIR%%/rparsec/parsers.rb
-%%GEM_LIB_DIR%%/rparsec/token.rb
-%%GEM_LIB_DIR%%/rparsec.rb
-%%GEM_LIB_DIR%%/test/src/expression_test.rb
-%%GEM_LIB_DIR%%/test/src/full_parser_test.rb
-%%GEM_LIB_DIR%%/test/src/functor_test.rb
-%%GEM_LIB_DIR%%/test/src/import.rb
-%%GEM_LIB_DIR%%/test/src/keyword_test.rb
-%%GEM_LIB_DIR%%/test/src/operator_test.rb
-%%GEM_LIB_DIR%%/test/src/parser_test.rb
-%%GEM_LIB_DIR%%/test/src/perf_benchmark.rb
-%%GEM_LIB_DIR%%/test/src/s_expression_test.rb
-%%GEM_LIB_DIR%%/test/src/scratch.rb
-%%GEM_LIB_DIR%%/test/src/simple_monad_test.rb
-%%GEM_LIB_DIR%%/test/src/simple_parser_test.rb
-%%GEM_LIB_DIR%%/test/src/sql.rb
-%%GEM_LIB_DIR%%/test/src/sql_parser.rb
-%%GEM_LIB_DIR%%/test/src/sql_test.rb
-%%GEM_LIB_DIR%%/test/src/tests.rb
-%%GEM_SPEC%%
-@dirrm %%GEM_LIB_DIR%%/rparsec
-@dirrm %%GEM_LIB_DIR%%/test/src
-@dirrm %%GEM_LIB_DIR%%/test
-@dirrm %%GEM_LIB_DIR%%