diff options
author | gdt <gdt@pkgsrc.org> | 2007-10-31 21:47:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-10-31 21:47:51 +0000 |
commit | 1fabbcba2f5cbbc59ce47911a641528b4559e377 (patch) | |
tree | ce2b62252e10f684db5c6714446b4384154d5c1d /mail/fromto/Makefile | |
parent | 3f920050e9011e20d19634dae55fc3ad13ea72d6 (diff) | |
download | pkgsrc-1fabbcba2f5cbbc59ce47911a641528b4559e377.tar.gz |
Add (missing) LICENSE, NO_*_ON_CDROM due to RESTRICTED comment.
Diffstat (limited to 'mail/fromto/Makefile')
-rw-r--r-- | mail/fromto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/fromto/Makefile b/mail/fromto/Makefile index 6d79af74cbc..541aa95e3ef 100644 --- a/mail/fromto/Makefile +++ b/mail/fromto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:11 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2007/10/31 21:47:51 gdt Exp $ # DISTNAME= fromto-1.5 @@ -9,7 +9,10 @@ EXTRACT_SUFX= #empty MAINTAINER= bad@NetBSD.org COMMENT= Sendmail logfile viewer +LICENSE= fromto-license # XXX missing RESTRICTED= Redistribution allowed for non-commercial purposes only +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR} USE_TOOLS+= perl:run |