diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 09:07:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 09:07:13 +0000 |
commit | fde65a83742d4aa2a209fa7d948a7ec6c4758cbc (patch) | |
tree | 0af4844326a4d3f35408445b70788133ca9bce43 /mail/ezmlm | |
parent | 6ac11147ab6af4938848553e5e344aea8b3f560c (diff) | |
download | pkgsrc-fde65a83742d4aa2a209fa7d948a7ec6c4758cbc.tar.gz |
Uncomment some more LICENSE lines (all "public-domain").
Diffstat (limited to 'mail/ezmlm')
-rw-r--r-- | mail/ezmlm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index 21abc2eb359..f59a4e2da76 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/06/11 21:06:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/19 09:07:13 wiz Exp $ # .include "../../mail/ezmlm/Makefile.common" @@ -9,7 +9,7 @@ PKGREVISION= 1 MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://cr.yp.to/ezmlm.html COMMENT= Easy-to-use, high-speed mailing list manager for qmail -#LICENSE= public-domain +LICENSE= public-domain CONFLICTS= ezmlm-idx-[0-9]* |