pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamassassin Explicitly set BUILD_DIRS to emphasi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4b00b918313
branches:  trunk
changeset: 502395:a4b00b918313
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 11:09:07 2005 +0000

description:
Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS.

diffstat:

 mail/spamassassin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e543f70ea51e -r a4b00b918313 mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Fri Nov 04 11:05:02 2005 +0000
+++ b/mail/spamassassin/Makefile        Fri Nov 04 11:09:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2005/08/06 06:19:22 jlam Exp $
+# $NetBSD: Makefile,v 1.60 2005/11/04 11:09:07 rillig Exp $
 
 DISTNAME=      Mail-SpamAssassin-${SPAMASSASSIN_VERSION}
 PKGNAME=       spamassassin-${SPAMASSASSIN_VERSION}
@@ -49,6 +49,7 @@
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_DIRS=                ${WRKSRC}/spamc
+BUILD_DIRS=            ${WRKSRC}
 PERL5_CONFIGURE=       NO # we need the default "do-configure" target
 PERL5_CONFIGURE_DIRS=  ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index