aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ruby-usersguide/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-02-08 03:11:03 +0800
committerknu <knu@FreeBSD.org>2001-02-08 03:11:03 +0800
commitf53e2584789f6b9bcc60991b123e836d3b2c8b58 (patch)
tree62f4ed9b8b6228e6fb6ad4b9ebfca36b31bcfeac /japanese/ruby-usersguide/Makefile
parentdd8b933c57d7ecfe95a4416c92e51aad75028b0c (diff)
downloadfreebsd-ports-gnome-f53e2584789f6b9bcc60991b123e836d3b2c8b58.tar.gz
freebsd-ports-gnome-f53e2584789f6b9bcc60991b123e836d3b2c8b58.tar.zst
freebsd-ports-gnome-f53e2584789f6b9bcc60991b123e836d3b2c8b58.zip
Update the English version to 20010131.
De-slave japanese/ruby-usersguide since the differences between two has grown bigger.
Diffstat (limited to 'japanese/ruby-usersguide/Makefile')
-rw-r--r--japanese/ruby-usersguide/Makefile28
1 files changed, 18 insertions, 10 deletions
diff --git a/japanese/ruby-usersguide/Makefile b/japanese/ruby-usersguide/Makefile
index a597c126979f..ba42150681b2 100644
--- a/japanese/ruby-usersguide/Makefile
+++ b/japanese/ruby-usersguide/Makefile
@@ -5,21 +5,29 @@
# $FreeBSD$
#
-MASTERDIR= ${.CURDIR}/../../lang/ruby-usersguide
-
+PORTNAME= ruby-usersguide
+PORTVERSION= 980206
+CATEGORIES= japanese lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= doc
-DISTNAME= ${SHORTNAME}-${VERSION}
-
-CATEGORIES= japanese
+DISTNAME= ${SHORTNAME}-${PORTVERSION}
+DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
-VERSION= 980206
+USE_RUBY= yes
+RUBY_NO_BUILD_DEPENDS= yes
+RUBY_NO_RUN_DEPENDS= yes
+
+SHORTNAME= ${PORTNAME:S/usersguide/uguide/}
-MD5_FILE= ${.CURDIR}/distinfo
-PKGDIR= ${.CURDIR}
+WRKSRC= ${WRKDIR}/${SHORTNAME}
+NO_BUILD= yes
+DOCDIR= ${RUBY_DOCDIR}/${PORTNAME}-jp
-LANGSUFFIX= -jp
+do-install:
+ ${MKDIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/* ${DOCDIR}
+ ${LN} -fs uguide00.html ${DOCDIR}/index.html
-.include "${MASTERDIR}/Makefile"
+.include <bsd.port.mk>