pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/spamassassin Instead of using PKG_SYSCONFBASE, su...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5457eba75880
branches: trunk
changeset: 461277:5457eba75880
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Sep 13 14:29:30 2003 +0000
description:
Instead of using PKG_SYSCONFBASE, substitute with PKG_SYSCONFDIR for the
full /etc/mail/spamassassin. This is more precise.
diffstat:
mail/spamassassin/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 6053b2f96611 -r 5457eba75880 mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile Sat Sep 13 14:13:14 2003 +0000
+++ b/mail/spamassassin/Makefile Sat Sep 13 14:29:30 2003 +0000
@@ -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-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
Home |
Main Index |
Thread Index |
Old Index