summaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx
diff options
context:
space:
mode:
authorschmonz <schmonz>2008-06-11 21:06:37 +0000
committerschmonz <schmonz>2008-06-11 21:06:37 +0000
commit60907e4e08a69d998137042e653900c07cfeb0e0 (patch)
tree24aee66b430e5829239ca9705bdfabd810c09f14 /mail/ezmlm-idx
parent4c7d85f4befe4ec9bc3e27cde24293e190811b28 (diff)
downloadpkgsrc-60907e4e08a69d998137042e653900c07cfeb0e0.tar.gz
DJB has placed certain of his software in the public domain. Excerpted
from <URL:http://cr.yp.to/distributors.html>: What are the distribution terms for dot-forward? 2008.06.01: I hereby place the dot-forward package (in particular, dot-forward-0.71.tar.gz, with MD5 checksum 1fefd9760e4706491fb31c7511d69bed) into the public domain. The package is no longer copyrighted. What are the distribution terms for ezmlm? 2008.06.01: I hereby place the ezmlm package (in particular, ezmlm-0.53.tar.gz, with MD5 checksum 108c632caaa8cdbfd3041e6c449191b2) into the public domain. The package is no longer copyrighted. What are the distribution terms for fastforward? 2008.06.01: I hereby place the fastforward package (in particular, fastforward-0.51.tar.gz, with MD5 checksum 6dc619180ba9726380dc1047e45a1d8d) into the public domain. The package is no longer copyrighted. Set DJB_RESTRICTED=no in these packages (and in ezmlm-idx, by extension). Add commented-out LICENSE=public-domain. As usual, pkgsrc will strive to keep modifications to a tasteful minimum.
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r--mail/ezmlm-idx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
index e986d4c486f..407d1456c5e 100644
--- a/mail/ezmlm-idx/Makefile
+++ b/mail/ezmlm-idx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/03/24 06:29:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.30 2008/06/11 21:06:37 schmonz Exp $
#
.include "../../mail/ezmlm/Makefile.common"
@@ -10,6 +10,7 @@ SITES.${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/${IDXVERSION}/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.ezmlm.org/
COMMENT= Version of ezmlm with enhancements by third parties
+#LICENSE= public-domain
CONFLICTS= ezmlm-[0-9]*
@@ -18,8 +19,7 @@ PLIST_SRC+= PLIST.idx
PKG_INSTALLATION_TYPES= overwrite pkgviews
-# ezmlm-idx is a modification of the ezmlm source.
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
PKG_SYSCONFSUBDIR= ezmlm
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""