summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-01-21 16:00:51 +0000
committerzuntum <zuntum>2002-01-21 16:00:51 +0000
commit05c36a5ef109e15715eb14d32beb752142e59445 (patch)
treefa5c0b7700d1d31fb676a2e2a99a45fa310440c8 /mail/qmail
parentb4dc12c57ebcbe26d2493de02a0a3d13c543d8c4 (diff)
downloadpkgsrc-05c36a5ef109e15715eb14d32beb752142e59445.tar.gz
Handle ${QMAILDIR} properly in MESSAGE file; first part of pkg/15308
by Lubomir Sedlacik <salo@Xtrmntr.org>
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/MESSAGE4
-rw-r--r--mail/qmail/Makefile6
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/qmail/MESSAGE b/mail/qmail/MESSAGE
index 646b9f59088..5ac5929ba4e 100644
--- a/mail/qmail/MESSAGE
+++ b/mail/qmail/MESSAGE
@@ -1,7 +1,7 @@
======================================================================
-$NetBSD: MESSAGE,v 1.2 2001/11/26 22:22:19 zuntum Exp $
+$NetBSD: MESSAGE,v 1.3 2002/01/21 16:00:51 zuntum Exp $
- To be able to view manpages either add "/var/qmail/man/" to the
+ To be able to view manpages either add "${QMAILDIR}/man/" to the
_default line in /etc/man.conf or specify this directory in
MANPATH variable in your environment.
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index c1b05e7d30e..0a4499751cf 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 22:22:19 zuntum Exp $
+# $NetBSD: Makefile,v 1.5 2002/01/21 16:00:52 zuntum Exp $
#
DISTNAME= qmail-1.03
@@ -29,7 +29,9 @@ INSTALL_TARGET= setup check
IS_INTERACTIVE= YES
NO_PACKAGE= "Has to be compiled on target system due to installation path issue"
-QMAILDIR= /var/qmail
+QMAILDIR?= /var/qmail
+
+MESSAGE_SUBST+= QMAILDIR=${QMAILDIR}
OWN_DIRS+= ${QMAILDIR}