diff options
Diffstat (limited to 'lang/ruby19/Makefile')
-rw-r--r-- | lang/ruby19/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index 5d93197807c5..cd18d92ef063 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -209,13 +209,6 @@ post-install: @${FIND} -ds ${RUBY_RIDIR}/ -type d -mindepth 1 | \ ${SED} -E -e 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -# -# Add generated CAPI files to pkg-plist -# - @${FIND} -ds ${RUBY_DOCDIR}/capi/ ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} -ds ${RUBY_DOCDIR}/capi -type d -mindepth 1 | \ - ${SED} -E -e 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} # # Add generated doxygen files to pkg-plist |