aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/man/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2000-05-29 14:45:01 +0800
committerkuriyama <kuriyama@FreeBSD.org>2000-05-29 14:45:01 +0800
commit9c9da631d225d6a16954d4712210b5df8c791f06 (patch)
treece4c03a79d0cdd84c51c808922455932d6b3bebe /japanese/man/Makefile
parent64c7c0b47249d2397b6a3ec32461c723bd7b5e58 (diff)
downloadfreebsd-ports-gnome-9c9da631d225d6a16954d4712210b5df8c791f06.tar.gz
freebsd-ports-gnome-9c9da631d225d6a16954d4712210b5df8c791f06.tar.zst
freebsd-ports-gnome-9c9da631d225d6a16954d4712210b5df8c791f06.zip
Replace an invalid use of ${PREFIX} with ${LOCALBASE}.
Pull up man page entries from PLIST to Makefile. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> PR: ports/18778
Diffstat (limited to 'japanese/man/Makefile')
-rw-r--r--japanese/man/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/man/Makefile b/japanese/man/Makefile
index 277c01e726aa..17717432f732 100644
--- a/japanese/man/Makefile
+++ b/japanese/man/Makefile
@@ -14,11 +14,17 @@ DISTNAME= jp-${PORTNAME}-${PORTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
-RUN_DEPENDS= ${PREFIX}/bin/groff:${PORTSDIR}/japanese/groff \
+RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff \
jless:${PORTSDIR}/japanese/less
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
+MANLANG= "" ja
+MAN1= jman.1 jmanpath.1 japropos.1 \
+ jwhatis.1 jmakewhatis.1 jcatman.1
+MAN8= jmakewhatis.local.8 jcatman.local.8
+MANCOMPRESSED= yes
+
pre-install:
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL