summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-13 14:29:30 +0000
committerjlam <jlam@pkgsrc.org>2003-09-13 14:29:30 +0000
commit6f9b95810554ffd365ea4d14ee462e461d3cc960 (patch)
treefad672dcbf9b494263959ed916302201d018cd49 /mail
parentbdb6cb0107b01566cd58cc081de8cc9c6cda7df3 (diff)
downloadpkgsrc-6f9b95810554ffd365ea4d14ee462e461d3cc960.tar.gz
Instead of using PKG_SYSCONFBASE, substitute with PKG_SYSCONFDIR for the
full /etc/mail/spamassassin. This is more precise.
Diffstat (limited to 'mail')
-rw-r--r--mail/spamassassin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index 7cc7015cea0..39623659226 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/09/03 13:08:04 atatat Exp $
+# $NetBSD: Makefile,v 1.26 2003/09/13 14:29:30 jlam Exp $
DISTNAME= Mail-SpamAssassin-2.55
PKGNAME= spamassassin-2.55
@@ -94,11 +94,11 @@ post-extract:
post-patch:
.for f in INSTALL README USAGE lib/Mail/SpamAssassin/Conf.pm \
- spamd/README.spamd spamd/README.spamd-vpopmail sql/README
+ spamd/README.spamd spamd/README.spamd-vpopmail sql/README
@${SED} -e "s,/usr/share,${PREFIX}/share,g" \
-e "s,/usr/bin,${PREFIX}/bin,g" \
-e "s,/usr/lib,${PREFIX}/lib,g" \
- -e "s,/etc/mail,${PKG_SYSCONFBASE},g" \
+ -e "s,/etc/mail/spamassassin,${PKG_SYSCONFDIR},g" \
${WRKSRC}/${f} > ${WRKSRC}/${f}.fixed && \
${MV} ${WRKSRC}/${f}.fixed ${WRKSRC}/${f}
.endfor