From b431ee5cc19e54833118ac45cb4eff091bf42c3e Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 7 Oct 2005 18:42:01 +0000 Subject: Use PKGMANDIR. --- mail/ja-mh/Makefile | 4 ++-- mail/sympa/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mail') 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: diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 3a3683a06e9..c8e6ca9fe1e 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/08/23 11:48:49 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2005/10/07 18:42:33 wiz Exp $ # DISTNAME= sympa-4.1.2 @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --with-libexecdir=${SYMPA_BIN} CONFIGURE_ARGS+= --with-libdir=${SYMPA_BIN} CONFIGURE_ARGS+= --with-datadir=${SYMPA_BIN}/etc CONFIGURE_ARGS+= --with-expldir=${SYMPA_VARBASE}/expl -CONFIGURE_ARGS+= --with-mandir=${PREFIX}/man +CONFIGURE_ARGS+= --with-mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= --with-lockdir=${SYMPA_VARBASE}/lock CONFIGURE_ARGS+= --with-piddir=${SYMPA_VARBASE}/run CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}/sympa -- cgit v1.2.3