diff options
author | heinz <heinz@pkgsrc.org> | 2007-10-25 17:52:17 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-10-25 17:52:17 +0000 |
commit | 77aa0570983e06d64ed9afa9542a561f7217b52f (patch) | |
tree | 581e67fe27c088973facc84aa8e034a7a8a4ea08 | |
parent | 38c496d6c0f80dd3c6c3c2b59bf1eec539fc241d (diff) | |
download | pkgsrc-77aa0570983e06d64ed9afa9542a561f7217b52f.tar.gz |
The package supports installation to DESTDIR.
-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++ |