diff options
Diffstat (limited to 'devel/rubygem-warbler/Makefile')
-rw-r--r-- | devel/rubygem-warbler/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/rubygem-warbler/Makefile b/devel/rubygem-warbler/Makefile index 48d4890bfc7c..26ec5a84ec88 100644 --- a/devel/rubygem-warbler/Makefile +++ b/devel/rubygem-warbler/Makefile @@ -18,14 +18,7 @@ RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes - -post-install: - @${ECHO} bin/warble > ${TMPPLIST} - @${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 +PLIST_FILES= bin/warble .include <bsd.port.mk> |