diff options
author | obache <obache> | 2014-02-18 02:11:38 +0000 |
---|---|---|
committer | obache <obache> | 2014-02-18 02:11:38 +0000 |
commit | 57ed792ae8f13764049836981b5bc9c126a75238 (patch) | |
tree | 5c9d94ea0ae6f233ab68594d2c8cc333f517c3fd /textproc | |
parent | 0df0c575e6129827d6198f13a599de8010c933ae (diff) | |
download | pkgsrc-57ed792ae8f13764049836981b5bc9c126a75238.tar.gz |
Added restrictions from bundled model files.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cabocha/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/cabocha/Makefile.common b/textproc/cabocha/Makefile.common index 3d8dfdc5ca5..7c3811eee86 100644 --- a/textproc/cabocha/Makefile.common +++ b/textproc/cabocha/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2014/01/01 07:49:32 obache Exp $ +# $NetBSD: Makefile.common,v 1.4 2014/02/18 02:11:38 obache Exp $ # used by textproc/cabocha/Makefile # used by textproc/p5-cabocha/Makefile # used by textproc/py-cabocha/Makefile @@ -15,3 +15,9 @@ PATCHDIR= ${.CURDIR}/../../textproc/cabocha/patches MAINTAINER= obache@NetBSD.org HOMEPAGE= http://code.google.com/p/cabocha/ LICENSE= modified-bsd + +RESTRICTED= Included model is not re-distributed without prior permission. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} |