diff options
Diffstat (limited to 'devel/rubygem-mocha/Makefile')
-rw-r--r-- | devel/rubygem-mocha/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/rubygem-mocha/Makefile b/devel/rubygem-mocha/Makefile index 026b5e405e25..4fc320faa73f 100644 --- a/devel/rubygem-mocha/Makefile +++ b/devel/rubygem-mocha/Makefile @@ -15,13 +15,6 @@ COMMENT= A library for mocking and stubbing syntax like JMock, and SchMock USE_RUBY= yes USE_RAKE= 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> |