add
LICENSE= unclear-license because the man page says there are multiple licenses.
This commit is contained in:
parent
e7aea0795e
commit
a469708402
1 changed files with 7 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue