diff options
author | jlam <jlam> | 2003-09-13 15:21:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-13 15:21:27 +0000 |
commit | d1bf624ac780e25ccb599aa544eb9c51a66779cf (patch) | |
tree | df9e83a45a557f27b996c48d77fccb42de318094 /mail | |
parent | d211c0cebbda62deff009238b97a8fc95f18fb8a (diff) | |
download | pkgsrc-d1bf624ac780e25ccb599aa544eb9c51a66779cf.tar.gz |
INSTALL_TARGET is now "install" again after rev. 1.19 of perl5/module.mk.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index af2dd2faca1..6bdbce91235 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -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 @@ DEPTHFIRST2= -depth 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 @@ post-install: @${ECHO} "bin/sslspamc" >> ${PLIST_ADD} .endif +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |