pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rubygems Remove all dirrm-related entries from PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/802b253fe878
branches:  trunk
changeset: 394658:802b253fe878
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 14 18:12:48 2009 +0000

description:
Remove all dirrm-related entries from PRINT_PLIST_AWK, because print-PLIST
no longer generates those.

diffstat:

 misc/rubygems/rubygem.mk |  12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r b9f0a8bff48a -r 802b253fe878 misc/rubygems/rubygem.mk
--- a/misc/rubygems/rubygem.mk  Sun Jun 14 18:11:52 2009 +0000
+++ b/misc/rubygems/rubygem.mk  Sun Jun 14 18:12:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.42 2009/06/14 17:55:59 minskim Exp $
+# $NetBSD: rubygem.mk,v 1.43 2009/06/14 18:12:48 minskim Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -135,16 +135,12 @@
 # print-PLIST support
 PRINT_PLIST_AWK+=      /${GEM_NAME:S/./[.]/g}[.](gem|gemspec)$$/ \
                        { gsub(/${PKGVERSION_NOREV:S|/|\\/|g}[.]gem/, "$${PKGVERSION}.gem"); }
-PRINT_PLIST_AWK+=      /^(@dirrm )?${GEM_LIBDIR:S|${PREFIX}/||:S|/|\\/|g}/ \
+PRINT_PLIST_AWK+=      /^${GEM_LIBDIR:S|${PREFIX}/||:S|/|\\/|g}/ \
                        { gsub(/${GEM_LIBDIR:S|${PREFIX}/||:S|/|\\/|g}/, "$${GEM_LIBDIR}"); print; next; }
-PRINT_PLIST_AWK+=      /^(@dirrm )?${GEM_DOCDIR:S|${PREFIX}/||:S|/|\\/|g}/ \
+PRINT_PLIST_AWK+=      /^${GEM_DOCDIR:S|${PREFIX}/||:S|/|\\/|g}/ \
                        { next; }
-PRINT_PLIST_AWK+=      /^@dirrm ${GEM_HOME:S|${PREFIX}/||:S|/|\\/|g}(\/(gems|cache|doc|specifications))?$$/ \
-                       { next; }
-PRINT_PLIST_AWK+=      /^@dirrm lib\/ruby\/gems$$/ { next; }
-PRINT_PLIST_AWK+=      /^(@dirrm )?${GEM_HOME:S|${PREFIX}/||:S|/|\\/|g}/ \
+PRINT_PLIST_AWK+=      /^${GEM_HOME:S|${PREFIX}/||:S|/|\\/|g}/ \
                        { gsub(/${GEM_HOME:S|${PREFIX}/||:S|/|\\/|g}/, "$${GEM_HOME}"); print; next; }
-PRINT_PLIST_AWK+=      /^@dirrm lib\/ruby$$/ { next; }
 
 ###
 ### gem-extract



Home | Main Index | Thread Index | Old Index