pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/spamassassin INSTALL_TARGET is now "install" agai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adeed0652f54
branches:  trunk
changeset: 461284:adeed0652f54
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Sep 13 15:21:27 2003 +0000

description:
INSTALL_TARGET is now "install" again after rev. 1.19 of perl5/module.mk.

diffstat:

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

diffs (27 lines):

diff -r 13dfcb293b1f -r adeed0652f54 mail/spamassassin/Makefile
--- a/mail/spamassassin/Makefile        Sat Sep 13 15:20:53 2003 +0000
+++ b/mail/spamassassin/Makefile        Sat Sep 13 15:21:27 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/09/13 14:55:30 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2003/09/13 15:21:27 jlam Exp $
 
 DISTNAME=      Mail-SpamAssassin-2.55
 PKGNAME=       spamassassin-2.55
@@ -82,11 +82,6 @@
 FILES_SUBST+=          INTERPRETER_SUPPORT="${INTERPRETER_SUPPORT}"
 FILES_SUBST+=          OPSYS="${OPSYS}"
 
-# SpamAssassin is actually a perl module.
-.include "../../lang/perl5/module.mk"
-
-INSTALL_TARGET+=       inst_cfs
-
 post-extract:
        @# correct bad SA permissions
        @${CHMOD} a-x ${WRKSRC}/License
@@ -178,4 +173,5 @@
        @${ECHO} "bin/sslspamc" >> ${PLIST_ADD}
 .endif
 
+.include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index