pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/spamassassin Catch up with INSTALL_TARGET changes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9eb5d327fa0
branches:  trunk
changeset: 461281:c9eb5d327fa0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Sep 13 14:55:30 2003 +0000

description:
Catch up with INSTALL_TARGET changes in perl5/module.mk.  INSTALL_TARGET is
now set to "pure_install" in perl5/module.mk, so we need to append the
additional target "inst_cfs" that is normally invoked by the "install"
target in ${WRKSRC}/Makefile.

diffstat:

 mail/spamassassin/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8287fdbedb85 -r c9eb5d327fa0 mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Sat Sep 13 14:43:30 2003 +0000
+++ b/mail/spamassassin/Makefile        Sat Sep 13 14:55:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/09/13 14:43:30 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2003/09/13 14:55:30 jlam Exp $
 
 DISTNAME=      Mail-SpamAssassin-2.55
 PKGNAME=       spamassassin-2.55
@@ -43,7 +43,7 @@
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Mail/SpamAssassin/.packlist
 
 GNU_CONFIGURE=         YES
-PERL5_CONFIGURE=       NO # need GNU_CONFIGURE "do-configure" target
+PERL5_CONFIGURE=       NO
 MAKE_PARAMS=           SYSCONFDIR="${PKG_SYSCONFDIR}"
 MAKE_PARAMS+=          LOCAL_RULES_DIR="${PKG_SYSCONFDIR}"
 MAKE_PARAMS+=          RUN_RAZOR1_TESTS="y" RUN_RAZOR2_TESTS="y"
@@ -82,7 +82,10 @@
 FILES_SUBST+=          INTERPRETER_SUPPORT="${INTERPRETER_SUPPORT}"
 FILES_SUBST+=          OPSYS="${OPSYS}"
 
-TEST_TARGET=   test
+# SpamAssassin is actually a perl module.
+.include "../../lang/perl5/module.mk"
+
+INSTALL_TARGET+=       inst_cfs
 
 post-extract:
        @# correct bad SA permissions
@@ -175,5 +178,4 @@
        @${ECHO} "bin/sslspamc" >> ${PLIST_ADD}
 .endif
 
-.include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index