pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/rubygems Do not add @dirrm to automatically-gener...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fef7d1204b1b
branches: trunk
changeset: 394741:fef7d1204b1b
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jun 14 22:34:19 2009 +0000
description:
Do not add @dirrm to automatically-generated PLIST.
diffstat:
misc/rubygems/rubygem.mk | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r f1d2aee99327 -r fef7d1204b1b misc/rubygems/rubygem.mk
--- a/misc/rubygems/rubygem.mk Sun Jun 14 22:28:30 2009 +0000
+++ b/misc/rubygems/rubygem.mk Sun Jun 14 22:34:19 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.43 2009/06/14 18:12:48 minskim Exp $
+# $NetBSD: rubygem.mk,v 1.44 2009/06/14 22:34:19 minskim Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install Ruby gems.
@@ -254,9 +254,7 @@
${ECHO} "@comment The following lines are automatically generated." && \
( cd ${_RUBYGEM_INSTALL_ROOT}${PREFIX} && \
${FIND} ${GEM_DOCDIR:S|${PREFIX}/||} \! -type d -print | \
- ${SORT} && \
- ${FIND} ${GEM_DOCDIR:S|${PREFIX}/||} -type d -print | \
- ${SORT} -r | ${SED} -e "s,^,@dirrm ," );
+ ${SORT} );
_GEM_INSTALL_TARGETS= _gem-build-install-root
_GEM_INSTALL_TARGETS+= _gem-build-install-root-check
Home |
Main Index |
Thread Index |
Old Index