diff options
author | itojun <itojun> | 2003-07-13 10:12:30 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-07-13 10:12:30 +0000 |
commit | 562f1f817d8e24648ef7d4a5f469b6e5b0f92a60 (patch) | |
tree | 26ea40412b2ca107fe313f41f06e6100e977a2a9 | |
parent | 51962dcd9d213783f0f0c57ea1b15eefacd2acbb (diff) | |
download | pkgsrc-562f1f817d8e24648ef7d4a5f469b6e5b0f92a60.tar.gz |
add REPLACE_PERL for bogoupgrade
(bogoupgrade will be used by users of very old bogofilter, so no need to bother
to bump PKGREVISION)
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index cec5f37d90f..55872c472bd 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/12 15:29:41 itojun Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/13 10:12:30 itojun Exp $ # DISTNAME= bogofilter-0.13.7.2 @@ -14,5 +14,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4 +REPLACE_PERL= src/bogoupgrade + .include "../../databases/db4/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |