summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-06-14 22:34:19 +0000
committerminskim <minskim@pkgsrc.org>2009-06-14 22:34:19 +0000
commitea9cf57a0287dd39b8b53e211b770ec9a7e7d7bd (patch)
tree6996aaf460a534a2a6a23b5af5ef452204cf0070
parent9c45a09f331daa12822f0770a19df293818b830d (diff)
downloadpkgsrc-ea9cf57a0287dd39b8b53e211b770ec9a7e7d7bd.tar.gz
Do not add @dirrm to automatically-generated PLIST.
-rw-r--r--misc/rubygems/rubygem.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/rubygems/rubygem.mk b/misc/rubygems/rubygem.mk
index 72d2ebbd810..64d1f3618dd 100644
--- a/misc/rubygems/rubygem.mk
+++ b/misc/rubygems/rubygem.mk
@@ -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 @@ RUBYGEM_GENERATE_PLIST= \
${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