pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dspam Fix breakage caused by me when I renamed so...
details: https://anonhg.NetBSD.org/pkgsrc/rev/baa464f77df9
branches: trunk
changeset: 530303:baa464f77df9
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Jun 22 13:14:22 2007 +0000
description:
Fix breakage caused by me when I renamed some PKG_OPTIONS incompletly
Reported by Travis Mikalson in PR 36522
diffstat:
mail/dspam/options.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r e68edfab305c -r baa464f77df9 mail/dspam/options.mk
--- a/mail/dspam/options.mk Fri Jun 22 11:21:23 2007 +0000
+++ b/mail/dspam/options.mk Fri Jun 22 13:14:22 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2007/05/07 09:29:54 adrianp Exp $
+# $NetBSD: options.mk,v 1.21 2007/06/22 13:14:22 adrianp Exp $
.if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -48,8 +48,8 @@
DSPAM_STORAGE_DRIVER?= hash
BUILD_DEFS+= DSPAM_STORAGE_DRIVER
.if empty(DSPAM_STORAGE_DRIVER:Mmysql) && empty(DSPAM_STORAGE_DRIVER:Mpgsql)
-PKG_OPTIONS:= ${PKG_OPTIONS:Nvirtualusers}
-PKG_OPTIONS:= ${PKG_OPTIONS:Npreferences-extension}
+PKG_OPTIONS:= ${PKG_OPTIONS:Ndspam-virtualusers}
+PKG_OPTIONS:= ${PKG_OPTIONS:Ndspam-preferences-extension}
PKG_OPTIONS:= ${PKG_OPTIONS:Nldap}
.endif
.if !empty(DSPAM_STORAGE_DRIVER:Mhash)
@@ -114,7 +114,7 @@
### Used to store user preferences in the backend instead of flat files
### (built-in method).
###
-.if !empty(PKG_OPTIONS:Mpreferences-extension)
+.if !empty(PKG_OPTIONS:Mdspam-preferences-extension)
CONFIGURE_ARGS+= --enable-preferences-extension
.endif
@@ -122,7 +122,7 @@
### Tells DSPAM to create virtual user ids. Use this if your users are
### not system users.
###
-.if !empty(PKG_OPTIONS:Mvirtualusers)
+.if !empty(PKG_OPTIONS:Mdspam-virtualusers)
CONFIGURE_ARGS+= --enable-virtual-users
.endif
Home |
Main Index |
Thread Index |
Old Index