summaryrefslogtreecommitdiffstats
path: root/devel/rubygem-trollop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-trollop/Makefile')
-rw-r--r--devel/rubygem-trollop/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/rubygem-trollop/Makefile b/devel/rubygem-trollop/Makefile
index 0f27a13..504e3b1 100644
--- a/devel/rubygem-trollop/Makefile
+++ b/devel/rubygem-trollop/Makefile
@@ -16,13 +16,6 @@ COMMENT= A commandline option parser for Ruby that gets out of your way
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= 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>
OpenPOWER on IntegriCloud