diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-04 21:23:55 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-04 21:23:55 +0000 |
commit | 09644d3e50c89278273b47fb802a528eb980e3bf (patch) | |
tree | d7897482157052df494f2b9477234a197db839d0 /mail/faces | |
parent | ff5e416f963e9aa7c4f896783022a9380135918b (diff) | |
download | pkgsrc-09644d3e50c89278273b47fb802a528eb980e3bf.tar.gz |
LICENSE=limited-distribution.
RESTRICTED="Distribution not allowed if money exchanged"
* Permission is given to distribute these sources, as long as the
* copyright messages are not removed, and no monies are exchanged.
*
* No responsibility is taken for any errors on inaccuracies inherent
* either to the comments or the code of this program, but if reported
* to me, then an attempt will be made to fix them.
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 8b6a767977d..17b8f4b4961 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/02/17 18:24:46 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/06/04 21:23:55 jtb Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= visual mail, user and print face server +LICENSE= limited-distribution +RESTRICTED= "Distribution not allowed if money exchanged" + WRKSRC= ${WRKDIR}/faces USE_X11= yes |