be076d22bf
doesn't install X11 japanese manual pages. - set `LATEST_LINK=ja-xjman-3' to avoid uncertainty what package would be installed when you invoke `pkg_add -r ja-xjman'. Submitted by: knu about the LATEST_LINK
19 lines
405 B
Makefile
19 lines
405 B
Makefile
# New ports collection makefile for: X Japanese man documents for XFree86 3.x.x
|
|
# Date created: 8 Aug 2001
|
|
# Whom: SADA Kenji <sada@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 0.5
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
|
|
http://xjman.dsl.gr.jp/
|
|
|
|
MAINTAINER= sada@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../xjman
|
|
WRKSRC= ${WRKDIR}/man/ja_JP.eucJP
|
|
|
|
LATEST_LINK= ja-xjman-3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|