diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-10 10:32:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-10 10:32:57 +0000 |
commit | cb7679561b4ced0e37f80bc7258299e4152362d4 (patch) | |
tree | 3627550a3c6698c519de48f5369211b6c6f97a06 /print/pdflib | |
parent | fabdce93f9e217bc02ae1ef15b12f2e110a1192e (diff) | |
download | pkgsrc-cb7679561b4ced0e37f80bc7258299e4152362d4.tar.gz |
Fixed typo in NO_SRC_ON_{FTP,CDROM}. Bumped revision of affected packages.
Diffstat (limited to 'print/pdflib')
-rw-r--r-- | print/pdflib/Makefile | 4 | ||||
-rw-r--r-- | print/pdflib/Makefile.common | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 311336c24c5..fd0474f3c45 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2016/07/09 06:38:51 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2016/07/10 10:32:57 rillig Exp $ .include "Makefile.common" PKGNAME= pdflib-${PDFLIB_BASE_VERS} -PKGREVISION= 20 +PKGREVISION= 21 COMMENT= C library to produce PDF files BUILD_TARGET= pdflib diff --git a/print/pdflib/Makefile.common b/print/pdflib/Makefile.common index bf39628fe30..ed1f5e6677b 100644 --- a/print/pdflib/Makefile.common +++ b/print/pdflib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2013/01/06 13:39:12 gdt Exp $ +# $NetBSD: Makefile.common,v 1.25 2016/07/10 10:32:57 rillig Exp $ # # used by print/pdflib/Makefile # used by print/tcl-pdflib/Makefile @@ -21,8 +21,8 @@ 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_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |