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/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/pdflib')
-rw-r--r-- | print/pdflib/Makefile | 10 | ||||
-rw-r--r-- | print/pdflib/Makefile.common | 10 |
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 |