summaryrefslogtreecommitdiff
path: root/mail/sympa
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-07 18:42:01 +0000
committerwiz <wiz>2005-10-07 18:42:01 +0000
commitb431ee5cc19e54833118ac45cb4eff091bf42c3e (patch)
tree52f10ba0f9001935973da8a6fa21d68c9fdf7fa3 /mail/sympa
parent187d85e226111a124f346332e8e8e37946a37340 (diff)
downloadpkgsrc-b431ee5cc19e54833118ac45cb4eff091bf42c3e.tar.gz
Use PKGMANDIR.
Diffstat (limited to 'mail/sympa')
-rw-r--r--mail/sympa/Makefile4
1 files changed, 2 insertions, 2 deletions
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