aboutsummaryrefslogtreecommitdiffstats
path: root/print/rubygem-prawn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/rubygem-prawn/Makefile')
-rw-r--r--print/rubygem-prawn/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile
index 4f8b9c5e564a..18cf8f5c1084 100644
--- a/print/rubygem-prawn/Makefile
+++ b/print/rubygem-prawn/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= prawn
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= print rubygems
MASTER_SITES= RF/prawn
@@ -18,13 +18,6 @@ RUN_DEPENDS= rubygem-prawn-layout>=0.1.0:${PORTSDIR}/print/rubygem-prawn-layout
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${DISTNAME}
-
-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>