diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-04 12:21:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-04 12:21:43 +0000 |
commit | 729da02265af9fb1fd1fdac337a103678d71c20e (patch) | |
tree | 8db37d597bd240d2ca735b5e1221de393b4be270 /textproc/ruby-rss.alt/Makefile | |
parent | e4e6973be184327485abb050d887109c0fb44e4e (diff) |
Notes
Diffstat (limited to 'textproc/ruby-rss.alt/Makefile')
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index 76bc07c423e4..52904d14e225 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rss -PORTVERSION= 0.0.8 +PORTVERSION= 0.1.4 CATEGORIES= textproc ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -22,10 +22,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv # Or ruby-xmlparser: # ${RUBY_SITELIBDIR}/xmlscan/parser.rb:${PORTSDIR}/textproc/ruby-xmlscan -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - CONFLICTS= ruby-rss-* USE_RUBY= yes @@ -37,8 +33,6 @@ DOCS_JA= README.ja Tutorial.ja post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ |