diff options
Diffstat (limited to 'devel/rubygem-eventmachine/Makefile')
-rw-r--r-- | devel/rubygem-eventmachine/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/rubygem-eventmachine/Makefile b/devel/rubygem-eventmachine/Makefile index 4ad66f2ba2f5..88af6a48b377 100644 --- a/devel/rubygem-eventmachine/Makefile +++ b/devel/rubygem-eventmachine/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= eventmachine -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.4 CATEGORIES= devel rubygems MASTER_SITES= RF @@ -13,14 +13,8 @@ MAINTAINER= ports@logvinov.com COMMENT= A fast, simple event-processing library for Ruby programs 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> |