diff options
Diffstat (limited to 'devel/rubygem-ruby-prof/Makefile')
-rw-r--r-- | devel/rubygem-ruby-prof/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/rubygem-ruby-prof/Makefile b/devel/rubygem-ruby-prof/Makefile index 2e914ba5a965..a584021e960a 100644 --- a/devel/rubygem-ruby-prof/Makefile +++ b/devel/rubygem-ruby-prof/Makefile @@ -7,22 +7,14 @@ PORTNAME= ruby-prof PORTVERSION= 0.7.3 CATEGORIES= devel rubygems -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= RF MAINTAINER= gogo@cs.uni-sb.de COMMENT= A fast profiler for Ruby USE_RUBY= yes USE_RUBYGEMS= yes - -post-install: - @${ECHO} bin/ruby-prof > ${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/ruby-prof .include <bsd.port.mk> |