aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ptreloaded
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-09 00:11:47 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-09 00:11:47 +0000
commiteac6867d0f5cab7514345bf6fd8fec0519d6dbb5 (patch)
treefaf2b5f47a992ec357f260ab1b7b2ac2904d38fd /devel/rubygem-ptreloaded
parent85d080b14b969d5719c61d57356930fd9402ea04 (diff)
Notes
Diffstat (limited to 'devel/rubygem-ptreloaded')
-rw-r--r--devel/rubygem-ptreloaded/Makefile12
-rw-r--r--devel/rubygem-ptreloaded/pkg-plist9
2 files changed, 2 insertions, 19 deletions
diff --git a/devel/rubygem-ptreloaded/Makefile b/devel/rubygem-ptreloaded/Makefile
index 9e6a1104a926..087da31c7463 100644
--- a/devel/rubygem-ptreloaded/Makefile
+++ b/devel/rubygem-ptreloaded/Makefile
@@ -8,8 +8,7 @@
PORTNAME= ptreloaded
PORTVERSION= 0.0.1
CATEGORIES= devel rubygems
-MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= RF
DISTNAME= ParseTreeReloaded-${PORTVERSION}
MAINTAINER= tota@rtfm.jp
@@ -22,13 +21,6 @@ GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
-
-x-generate-plist:
- ${ECHO} %%GEM_CACHE%% > pkg-plist.new
- ${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},%%GEM_DOC_DIR%%,' >> pkg-plist.new
- ${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},%%GEM_LIB_DIR%%,' >> pkg-plist.new
- ${ECHO} %%GEM_SPEC%% >> pkg-plist.new
- ${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm %%GEM_LIB_DIR%%,' >> pkg-plist.new
- ${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm %%GEM_DOC_DIR%%,' >> pkg-plist.new
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
diff --git a/devel/rubygem-ptreloaded/pkg-plist b/devel/rubygem-ptreloaded/pkg-plist
deleted file mode 100644
index 31ee450c2683..000000000000
--- a/devel/rubygem-ptreloaded/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%GEM_CACHE%%
-%%GEM_LIB_DIR%%/GPL.txt
-%%GEM_LIB_DIR%%/lib/parse_tree_reloaded.rb
-%%GEM_LIB_DIR%%/lib/sexp.rb
-%%GEM_LIB_DIR%%/lib/sexp_processor.rb
-%%GEM_SPEC%%
-@dirrm %%GEM_LIB_DIR%%/lib
-@dirrm %%GEM_LIB_DIR%%
-@dirrm %%GEM_DOC_DIR%%