diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-07 18:42:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-07 18:42:01 +0000 |
commit | db7dbc00a3f3db9e2ef76220f81b7d65811d8bc2 (patch) | |
tree | 52f10ba0f9001935973da8a6fa21d68c9fdf7fa3 /mail/ja-mh/Makefile | |
parent | a4bd461010cf7316fd8a5b99eef58216d2a98eec (diff) | |
download | pkgsrc-db7dbc00a3f3db9e2ef76220f81b7d65811d8bc2.tar.gz |
Use PKGMANDIR.
Diffstat (limited to 'mail/ja-mh/Makefile')
-rw-r--r-- | mail/ja-mh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ja-mh/Makefile b/mail/ja-mh/Makefile index 3d43c9df2a3..39919e69133 100644 --- a/mail/ja-mh/Makefile +++ b/mail/ja-mh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/03/15 14:05:52 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/07 18:42:01 wiz Exp $ DISTNAME= mh-6.8.4-JP-3.05 PKGNAME= ja-mh6-3.05 @@ -26,7 +26,7 @@ MANCOMPRESSED= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-batchmode \ --libexecdir=${PREFIX}/libexec/mh \ - --enable-jmandir=${PREFIX}/man/ja_JP.EUC \ + --enable-jmandir=${PREFIX}/${PKGMANDIR}/ja_JP.EUC \ --enable-apop=${PREFIX}/etc/pop.auth --enable-rpop post-install: |