mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1acbe9eb43
- Replace with Mark Slagell's retranslation version. - Add an Author: credit to DESCR. japanese/ruby-usersguide: - Use MASTER_SITE_RUBY. - Add Authors: credits to DESCR.
26 lines
468 B
Makefile
26 lines
468 B
Makefile
# New ports collection makefile for: ruby-usersguide-jp
|
|
# Date created: 30 Aug 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/ruby-usersguide
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBY}
|
|
MASTER_SITE_SUBDIR= doc
|
|
DISTNAME= ${SHORTNAME}-${VERSION}
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
VERSION= 980206
|
|
|
|
FILESDIR= ${.CURDIR}/files
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
LANGSUFFIX= -jp
|
|
|
|
.include "${MASTERDIR}/Makefile"
|