aboutsummaryrefslogtreecommitdiff
path: root/russian/rubygem-rutils/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:15:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:15:23 +0000
commit8a0259f5827c0f8053ac3fc14be8f1e39eb11511 (patch)
treeba50875528da13ec773b0d70ef35a2a33649076c /russian/rubygem-rutils/Makefile
parent1003bc7e6390434b3aa6e243ac99ec03cfbb0650 (diff)
downloadports-8a0259f5827c0f8053ac3fc14be8f1e39eb11511.tar.gz
ports-8a0259f5827c0f8053ac3fc14be8f1e39eb11511.zip
- Update to 1.0.2
PR: 131763 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes
Notes: svn path=/head/; revision=228681
Diffstat (limited to 'russian/rubygem-rutils/Makefile')
-rw-r--r--russian/rubygem-rutils/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/russian/rubygem-rutils/Makefile b/russian/rubygem-rutils/Makefile
index 6b259a9aae2b..5001d91125f6 100644
--- a/russian/rubygem-rutils/Makefile
+++ b/russian/rubygem-rutils/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= rutils
-PORTVERSION= 0.2.5
+PORTVERSION= 1.0.2
CATEGORIES= russian devel rubygems
MASTER_SITES= RF
@@ -14,15 +14,8 @@ COMMENT= Simple processing of russian strings
USE_RUBY= yes
USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
-post-install:
- @${ECHO} bin/gilensize > ${TMPPLIST}
- @${ECHO} bin/rutilize >> ${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}
+PLIST_FILES= bin/gilensize bin/rutilize
.include <bsd.port.mk>