diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-10 13:59:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-10 13:59:43 +0000 |
commit | 47867c005a2395af1ca28ca601612346e0f8fbd4 (patch) | |
tree | af7aecd62e8e176038426af7f01cebbef62a5e9a | |
parent | 214ae36236570acba3ab3d6321cafcd7dbfde74e (diff) | |
download | pkgsrc-47867c005a2395af1ca28ca601612346e0f8fbd4.tar.gz |
add
LICENSE= unclear-license
because the man page says there are multiple licenses.
-rw-r--r-- | graphics/pstoedit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 9ac6f119388..fb69e5bea55 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2008/09/10 13:59:43 gdt Exp $ DISTNAME= pstoedit-3.41 PKGREVISION= 2 @@ -11,7 +11,13 @@ COMMENT= Convert PostScript / PDF into various vector graphic formats PKG_DESTDIR_SUPPORT= user-destdir +# man page indicates that there are many licenses and one has to read all +# the source files +LICENSE= unclear-license +RESTRICTED= license is unclear RESTRICTED?= "The author writes: If you include this program on a CDROM, please send me a copy of the CD, or if it goes with a book, of the book." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |