summaryrefslogtreecommitdiff
path: root/mail/dot-forward
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2008-06-11 21:06:37 +0000
committerschmonz <schmonz@pkgsrc.org>2008-06-11 21:06:37 +0000
commitd9e50571c63044d9f78b32ede580f697e9cec7c0 (patch)
tree24aee66b430e5829239ca9705bdfabd810c09f14 /mail/dot-forward
parentb6ee97e682e460883000789a452d001fb9f05eaa (diff)
downloadpkgsrc-d9e50571c63044d9f78b32ede580f697e9cec7c0.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/dot-forward')
-rw-r--r--mail/dot-forward/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/dot-forward/Makefile b/mail/dot-forward/Makefile
index 3384ab7a657..1ed3fc9cba7 100644
--- a/mail/dot-forward/Makefile
+++ b/mail/dot-forward/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/01/05 02:57:10 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/11 21:06:37 schmonz Exp $
#
DISTNAME= dot-forward-0.71
@@ -9,6 +9,7 @@ MASTER_SITES= http://cr.yp.to/software/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cr.yp.to/dot-forward.html
COMMENT= Reads sendmail's .forward files under qmail
+#LICENSE= public-domain
DEPENDS+= qmail>=1.03nb7:../../mail/qmail
@@ -16,7 +17,7 @@ USE_TOOLS+= nroff
DJB_BUILD_TARGETS= install instcheck
-DJB_RESTRICTED= YES
+DJB_RESTRICTED= no
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"