diff options
author | jtb <jtb> | 2001-06-11 04:59:58 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-11 04:59:58 +0000 |
commit | 7f4f20f45fffc91b085e05f0dd083e458c56fbd5 (patch) | |
tree | ad67d0735f1ffbd2bdb2085ef2b6f7375180bff4 | |
parent | c55bb48abee2cb1acf7eb2786b11ed3031a004c7 (diff) | |
download | pkgsrc-7f4f20f45fffc91b085e05f0dd083e458c56fbd5.tar.gz |
Fix LICENSE. s/distribution/redistribution/. Pointed out by
John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
-rw-r--r-- | mail/faces/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sarah/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 17b8f4b4961..83b04fc8892 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/06/04 21:23:55 jtb Exp $ +# $NetBSD: Makefile,v 1.21 2001/06/11 04:59:58 jtb Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= visual mail, user and print face server -LICENSE= limited-distribution +LICENSE= limited-redistribution RESTRICTED= "Distribution not allowed if money exchanged" WRKSRC= ${WRKDIR}/faces diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile index fa6d400a307..efef71aadb6 100644 --- a/sysutils/sarah/Makefile +++ b/sysutils/sarah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/05 23:40:38 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/11 04:59:58 jtb Exp $ DISTNAME= sarah-0.4b CATEGORIES= sysutils @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ MAINTAINER= zuntum@netbsd.org COMMENT= Syslog automated Rotation and Archive Handler -LICENSE= limited-distribution +LICENSE= limited-redistribution RESTRICTED= "Do not redistribute" NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |