diff options
author | gdt <gdt@pkgsrc.org> | 2013-01-06 13:39:12 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-01-06 13:39:12 +0000 |
commit | c8eb61812edd0c5c8e6aa5f87f2cb936a5187c39 (patch) | |
tree | a8ebf5ed78332efd634d7ad795407ee7e597bd7c /print/tcl-pdflib | |
parent | 6cd9fab98b2addd96f783b74e5a74d305aa1cc28 (diff) | |
download | pkgsrc-c8eb61812edd0c5c8e6aa5f87f2cb936a5187c39.tar.gz |
Move LICENSE/RESTRICTED to Makefile.common.
The root of the issue is the distfile, which is shared via
Makefile.common, so the license variables belong together.
Diffstat (limited to 'print/tcl-pdflib')
-rw-r--r-- | print/tcl-pdflib/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/print/tcl-pdflib/Makefile b/print/tcl-pdflib/Makefile index 34c0d6192d3..7556f0975a1 100644 --- a/print/tcl-pdflib/Makefile +++ b/print/tcl-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/01/06 13:35:18 gdt Exp $ +# $NetBSD: Makefile,v 1.28 2013/01/06 13:39:12 gdt Exp $ .include "../../print/pdflib/Makefile.common" @@ -6,14 +6,6 @@ PKGNAME= tcl-pdflib-${PDFLIB_BASE_VERS} PKGREVISION= 14 COMMENT= Tcl interface to PDFlib for generating PDF files -# Available only as a pdf, so it is not present in licenses/ -LICENSE= pdflib-license -RESTRICTED= No permission to redistribute -NO_SOURCE_ON_FTP= ${RESTRICTED} -NO_SOURCE_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - MAKE_JOBS_SAFE= no BUILDLINK_API_DEPENDS.pdflib+= pdflib>=${PDFLIB_BASE_VERS} |