diff options
author | jtb <jtb> | 2001-06-04 22:05:19 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 22:05:19 +0000 |
commit | 5548e673cedd6445a5d2010b09c1f626f96d3ffa (patch) | |
tree | 0722a08e9ae5ce432feb9e7228a300ca910f859d /mail | |
parent | 1dbfdcf49cafc058fd2a14480011502368efa878 (diff) | |
download | pkgsrc-5548e673cedd6445a5d2010b09c1f626f96d3ffa.tar.gz |
The license for mush is now in pkgsrc/licenses/.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mush/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile index 98ae0f35b41..a38a68f1dca 100644 --- a/mail/mush/Makefile +++ b/mail/mush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/04 22:05:19 jtb Exp $ DISTNAME= mush-7.2.5 PKGNAME= mush-7.2.6.b4.pl1 @@ -19,6 +19,8 @@ PATCHFILES= patch-7.2.6-alpha-1 \ MAINTAINER= christos@netbsd.org COMMENT= text-based mail client +LICENSE= mush-license + DIST_SUBDIR= mush NO_WRKSUBDIR= yes |