diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/rubygem-jpmobile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/rubygem-jpmobile/Makefile b/japanese/rubygem-jpmobile/Makefile index f1c80a293137..f5be0c9113c5 100644 --- a/japanese/rubygem-jpmobile/Makefile +++ b/japanese/rubygem-jpmobile/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= rubygem-actionpack>=1.12.5:${PORTSDIR}/www/rubygem-actionpack \ rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot USE_RUBY= yes +USE_RUBYGEMS= yes post-install: @${ECHO} ${GEM_CACHE} > ${TMPPLIST} @@ -29,6 +30,4 @@ post-install: @${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} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |