mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
01d6c6e31a
definition was to get (the old) files/md5. Submitted by: bento
26 lines
467 B
Makefile
26 lines
467 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
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
LANGSUFFIX= -jp
|
|
|
|
.include "${MASTERDIR}/Makefile"
|