summaryrefslogtreecommitdiff
path: root/mail/ezmlm/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-12-21 04:22:03 +0000
committerschmonz <schmonz>2004-12-21 04:22:03 +0000
commitb6d18bfc8cb26607fe7d84baa08aad5c69549f2b (patch)
treed4d058b983b648cc51e29311734bd257d252c810 /mail/ezmlm/Makefile
parentd2862380fc3f0b9d358da8dfad895fed3f6b4020 (diff)
downloadpkgsrc-b6d18bfc8cb26607fe7d84baa08aad5c69549f2b.tar.gz
With the "althash" option, enable Iain Truskett's 2002-10-16 patch
to hash the on-disk subscriber database using an algorithm compatible with case-insensitive filesystems. Enabled by default on Darwin. Bump PKGREVISION.
Diffstat (limited to 'mail/ezmlm/Makefile')
-rw-r--r--mail/ezmlm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile
index 453e5bf921e..50debc56150 100644
--- a/mail/ezmlm/Makefile
+++ b/mail/ezmlm/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2004/07/21 22:58:10 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/21 04:22:03 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
DISTNAME= ${EZMLM_VERS}
+PKGREVISION= 1
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cr.yp.to/ezmlm.html
@@ -23,6 +24,9 @@ NO_BIN_ON_FTP= ${RESTRICTED}
INSTALLATION_DIRS= bin man man/man1 man/man5 man/cat1 man/cat5
+.include "../../mk/bsd.prefs.mk"
+.include "options.mk"
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-*)