diff options
Diffstat (limited to 'devel/rubygem-git/Makefile')
-rw-r--r-- | devel/rubygem-git/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/rubygem-git/Makefile b/devel/rubygem-git/Makefile index 6f39c2787226..c14c5aa6d7f7 100644 --- a/devel/rubygem-git/Makefile +++ b/devel/rubygem-git/Makefile @@ -17,13 +17,6 @@ RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git USE_RUBY= yes USE_RUBYGEMS= yes - -post-install: - @${ECHO} ${GEM_CACHE} >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} - @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |