summaryrefslogtreecommitdiff
path: root/mail/ezmlm
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-07-19 19:41:19 +0000
committerschmonz <schmonz>2005-07-19 19:41:19 +0000
commitfbd80f8e9ff4f3c7cacdef6693e5cd214920bce0 (patch)
tree2452a15f9c869b134e89e9daf341f637cb23ff0a /mail/ezmlm
parent1db92df9fdf6e11bd622e455a63ccba6b17307fc (diff)
downloadpkgsrc-fbd80f8e9ff4f3c7cacdef6693e5cd214920bce0.tar.gz
Distinguish package-specific options as such, supporting the old names
via PKG_OPTIONS_LEGACY_OPTS until after the next branch.
Diffstat (limited to 'mail/ezmlm')
-rw-r--r--mail/ezmlm/options.mk12
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/ezmlm/options.mk b/mail/ezmlm/options.mk
index ee14907bc5e..a4f952fd026 100644
--- a/mail/ezmlm/options.mk
+++ b/mail/ezmlm/options.mk
@@ -1,18 +1,16 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:37 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2005/07/19 19:41:19 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ezmlm
-PKG_SUPPORTED_OPTIONS= althash
+PKG_SUPPORTED_OPTIONS= ezmlm-althash
+PKG_OPTIONS_LEGACY_OPTS+= althash:ezmlm-althash
.if ${OPSYS} == "Darwin"
-PKG_SUGGESTED_OPTIONS= althash
+PKG_SUGGESTED_OPTIONS= ezmlm-althash
.endif
.include "../../mk/bsd.options.mk"
-###
-### alternate subscriber hashing scheme for case-insensitive filesystems
-###
-.if !empty(PKG_OPTIONS:Malthash)
+.if !empty(PKG_OPTIONS:Mezmlm-althash)
post-patch:
@cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-althash
.endif