diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 00:42:13 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 00:42:13 +0000 |
commit | 81359010c531ec3c27aa2b8c0c039b107d37ec0f (patch) | |
tree | 2f754cb677e44bc14ed6189a6a1ef6c86c716f51 /mail | |
parent | 37c62b92f50ff28065e8d90beabaea1b9e88bf9c (diff) | |
download | pkgsrc-81359010c531ec3c27aa2b8c0c039b107d37ec0f.tar.gz |
This package is basically GPLv2 with a few MIT-licensed files.
Drop RESTRICTED etc. which appears to be based on an earlier version.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index eae3506fa34..db2e7967d13 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/03/17 11:33:35 obache Exp $ +# $NetBSD: Makefile,v 1.44 2008/09/12 00:42:13 gdt Exp $ DISTNAME= xfmail-1.5.5 PKGREVISION= 1 @@ -10,9 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xfmail.slappy.org/ COMMENT= Xforms based mail application for Unix operating systems -RESTRICTED= Selling this software requires permission of the authors. -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} +#LICENSE= gpl-gnu-v2 +# A few files are. +#LICENSE+= mit-license USE_X11BASE= YES USE_LANGUAGES= c c++ |