diff options
author | asau <asau> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:19:01 +0000 |
commit | 9a2579802dab4915b43bdd3086ba4fbc1cbe803a (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /mail/dspam | |
parent | 7e05c265b719b79a12f4465603f008906e8e1ce1 (diff) | |
download | pkgsrc-9a2579802dab4915b43bdd3086ba4fbc1cbe803a.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 716dac9603a..6b4a7c0dde9 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2012/10/03 21:56:22 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2012/10/08 12:19:09 asau Exp $ DISTNAME= dspam-3.8.0 PKGREVISION= 8 @@ -11,8 +11,6 @@ COMMENT= Extremely scalable, statistical-hybrid anti-spam filter LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes |