diff options
-rw-r--r-- | mail/spamprobe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index a120ff16b46..41b2fb4f663 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/10/25 16:00:05 ghen Exp $ +# $NetBSD: Makefile,v 1.19 2007/10/25 17:52:17 heinz Exp $ DISTNAME= spamprobe-1.4d CATEGORIES= mail @@ -8,6 +8,7 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://spamprobe.sourceforge.net/ COMMENT= Spam detector using Bayesian analysis of word counts +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ |