summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2013-01-06 13:39:12 +0000
committergdt <gdt@pkgsrc.org>2013-01-06 13:39:12 +0000
commitc8eb61812edd0c5c8e6aa5f87f2cb936a5187c39 (patch)
treea8ebf5ed78332efd634d7ad795407ee7e597bd7c /print
parent6cd9fab98b2addd96f783b74e5a74d305aa1cc28 (diff)
downloadpkgsrc-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')
-rw-r--r--print/pdflib/Makefile10
-rw-r--r--print/pdflib/Makefile.common10
-rw-r--r--print/tcl-pdflib/Makefile10
3 files changed, 11 insertions, 19 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index 9e1b4504e07..267917574be 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2013/01/05 13:34:15 gdt Exp $
+# $NetBSD: Makefile,v 1.35 2013/01/06 13:39:12 gdt Exp $
.include "Makefile.common"
@@ -6,14 +6,6 @@ PKGNAME= pdflib-${PDFLIB_BASE_VERS}
PKGREVISION= 14
COMMENT= C library to produce 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}
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_TARGET= pdflib
diff --git a/print/pdflib/Makefile.common b/print/pdflib/Makefile.common
index d66d4c026b4..bf39628fe30 100644
--- a/print/pdflib/Makefile.common
+++ b/print/pdflib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2012/02/06 10:12:57 wiz Exp $
+# $NetBSD: Makefile.common,v 1.24 2013/01/06 13:39:12 gdt Exp $
#
# used by print/pdflib/Makefile
# used by print/tcl-pdflib/Makefile
@@ -18,6 +18,14 @@ HOMEPAGE= http://www.pdflib.com/
PDFLIB_DIST_VERS= 4.0.3
PDFLIB_BASE_VERS= 4.0.3
+# 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}
+
DISTINFO_FILE= ${.CURDIR}/../pdflib/distinfo
PATCHDIR= ${.CURDIR}/../pdflib/patches
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}