summaryrefslogtreecommitdiff
path: root/print/pdflib
diff options
context:
space:
mode:
authorgdt <gdt>2013-01-06 13:39:12 +0000
committergdt <gdt>2013-01-06 13:39:12 +0000
commitc7b9aa2c6501bedf0ff7664564aaa059cc47a426 (patch)
treea8ebf5ed78332efd634d7ad795407ee7e597bd7c /print/pdflib
parent9e8842442865b33fb0823ac625f8fe72eb85d856 (diff)
downloadpkgsrc-c7b9aa2c6501bedf0ff7664564aaa059cc47a426.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/pdflib')
-rw-r--r--print/pdflib/Makefile10
-rw-r--r--print/pdflib/Makefile.common10
2 files changed, 10 insertions, 10 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