diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-14 22:34:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-14 22:34:19 +0000 |
commit | ed26d5c96ae5258078dc7ad563f99513e5a26ac7 (patch) | |
tree | 6996aaf460a534a2a6a23b5af5ef452204cf0070 /misc/rubygems | |
parent | ebfd48b040c04f25bc47db2e63d3c1799764756a (diff) | |
download | pkgsrc-ed26d5c96ae5258078dc7ad563f99513e5a26ac7.tar.gz |
Do not add @dirrm to automatically-generated PLIST.
Diffstat (limited to 'misc/rubygems')
-rw-r--r-- | misc/rubygems/rubygem.mk | 6 |
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 |