aboutsummaryrefslogtreecommitdiffstats
path: root/converters/ruby-iconv/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-11-16 13:00:34 +0800
committerknu <knu@FreeBSD.org>2001-11-16 13:00:34 +0800
commitf7da203406de75569e87480a150c9f7ea03003cf (patch)
treec939ad370ad595203716db897493a4fb7791df52 /converters/ruby-iconv/Makefile
parentb4594729b60272cc8eee6ebb989625cb718a36ff (diff)
downloadfreebsd-ports-gnome-f7da203406de75569e87480a150c9f7ea03003cf.tar.gz
freebsd-ports-gnome-f7da203406de75569e87480a150c9f7ea03003cf.tar.zst
freebsd-ports-gnome-f7da203406de75569e87480a150c9f7ea03003cf.zip
Update to 0.4.5.
Diffstat (limited to 'converters/ruby-iconv/Makefile')
-rw-r--r--converters/ruby-iconv/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile
index 1cd4cb83a27e..b7efa7974855 100644
--- a/converters/ruby-iconv/Makefile
+++ b/converters/ruby-iconv/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= iconv
-PORTVERSION= 0.4.4
-PORTREVISION= 1
+PORTVERSION= 0.4.5
CATEGORIES= converters ruby
MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -19,22 +18,13 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
INSTALL_TARGET= site-install
-.if !defined(NOPORTDOCS)
-post-build:
- @cd ${WRKSRC}; \
- ${RUBY_RD} iconv.c > iconv.html
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_DOCDIR}/iconv
-.for f in iconv.html rd.css
+.for f in *.html iconv.rlog rd.css
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/iconv/
.endfor
.endif