summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorminskim <minskim>2009-06-14 22:34:19 +0000
committerminskim <minskim>2009-06-14 22:34:19 +0000
commit2e45e03009ba3c9e27cf7872e48e98fe8e222b90 (patch)
tree6996aaf460a534a2a6a23b5af5ef452204cf0070 /misc
parent768a80a7a4aa18d14ed056e705c3a0e013a533de (diff)
downloadpkgsrc-2e45e03009ba3c9e27cf7872e48e98fe8e222b90.tar.gz
Do not add @dirrm to automatically-generated PLIST.
Diffstat (limited to 'misc')
-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