summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2003-07-13 10:12:30 +0000
committeritojun <itojun>2003-07-13 10:12:30 +0000
commit5064f8767eefb274ca579f852f419742833d632f (patch)
tree26ea40412b2ca107fe313f41f06e6100e977a2a9
parent8078fe747cb07faab19b6b94cc57ec575b1a53a1 (diff)
downloadpkgsrc-5064f8767eefb274ca579f852f419742833d632f.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/Makefile4
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"