diff options
author | agc <agc@pkgsrc.org> | 2005-05-25 10:59:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-05-25 10:59:22 +0000 |
commit | 639b2f26381f2f1a6ad08eb92ed772ee6bd71ecc (patch) | |
tree | b4fed60ae7ccd7b341da2b45a0b57eaf3981f43e /sysutils/fatback | |
parent | 647ef644afbebfe1833754e6a1df27d1f4fbd95c (diff) | |
download | pkgsrc-639b2f26381f2f1a6ad08eb92ed772ee6bd71ecc.tar.gz |
The fatback info manual limits the use of the (GPL2-licensed) fatback
program and manual to government and law-enforcement agencies only, so
set this as a licence restriction in the package.
Diffstat (limited to 'sysutils/fatback')
-rw-r--r-- | sysutils/fatback/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index 718a094edd2..8489b433f7e 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 10:29:01 agc Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/25 10:59:22 agc Exp $ DISTNAME= fatback-1.3 CATEGORIES= sysutils @@ -10,4 +10,6 @@ COMMENT= Recover deleted files from FAT filesystems GNU_CONFIGURE= yes +LICENCE= fatback-license + .include "../../mk/bsd.pkg.mk" |