summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 04:49:45 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 04:49:45 +0000
commitd0915c61c3e5274723f1ab455789fc8891f1bec5 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /mail
parent9df842d1237e5ab852210ddbb94642641ca27d97 (diff)
downloadpkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'mail')
-rw-r--r--mail/jchkmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/jchkmail/Makefile b/mail/jchkmail/Makefile
index a11094a0684..7576a1c3c61 100644
--- a/mail/jchkmail/Makefile
+++ b/mail/jchkmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:20 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 04:49:47 jlam Exp $
#
DISTNAME= jchkmail-1.3.1a
@@ -12,8 +12,8 @@ COMMENT= Behavior-based virus and spam milter for Sendmail
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-rc-dir=${LOCALBASE}/etc/rc.d \
- --with-conf-dir=${LOCALBASE}/etc/jchkmail
+CONFIGURE_ARGS+= --with-rc-dir=${PREFIX}/etc/rc.d \
+ --with-conf-dir=${PREFIX}/etc/jchkmail
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"