diff options
author | rillig <rillig> | 2005-11-04 11:09:07 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 11:09:07 +0000 |
commit | 9ceb81b280a4e40fd37c8b64bc3e592ca7d0d648 (patch) | |
tree | 862a4b1e94da076848158782eb7f442d124a7739 /mail | |
parent | b2a8d84262921585f8f2006011b5759ccb162597 (diff) | |
download | pkgsrc-9ceb81b280a4e40fd37c8b64bc3e592ca7d0d648.tar.gz |
Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 29c537064a8..df9fb15f77c 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -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 @@ PERL5_PACKLIST= auto/Mail/SpamAssassin/.packlist 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} |