diff options
author | wiz <wiz> | 2005-10-07 18:42:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-07 18:42:01 +0000 |
commit | b431ee5cc19e54833118ac45cb4eff091bf42c3e (patch) | |
tree | 52f10ba0f9001935973da8a6fa21d68c9fdf7fa3 /mail | |
parent | 187d85e226111a124f346332e8e8e37946a37340 (diff) | |
download | pkgsrc-b431ee5cc19e54833118ac45cb4eff091bf42c3e.tar.gz |
Use PKGMANDIR.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ja-mh/Makefile | 4 | ||||
-rw-r--r-- | mail/sympa/Makefile | 4 |
2 files changed, 4 insertions, 4 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: 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 |