diff options
author | jtb <jtb> | 2001-06-11 04:59:58 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-11 04:59:58 +0000 |
commit | d9b09b08d227c1cea2bf3ecedca58ac79f7be9d2 (patch) | |
tree | ad67d0735f1ffbd2bdb2085ef2b6f7375180bff4 /sysutils/sarah | |
parent | 6671406832532a204cbb3f4e47c2e9089e3bf6ee (diff) | |
download | pkgsrc-d9b09b08d227c1cea2bf3ecedca58ac79f7be9d2.tar.gz |
Fix LICENSE. s/distribution/redistribution/. Pointed out by
John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
Diffstat (limited to 'sysutils/sarah')
-rw-r--r-- | sysutils/sarah/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |