diff options
author | wiz <wiz> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-09 14:05:50 +0000 |
commit | 7bc685450d39f18c2b3e353da33c8e080a428d2c (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /print | |
parent | dcbe0047b15d95b6c1c84224b59a338b96f98f25 (diff) | |
download | pkgsrc-7bc685450d39f18c2b3e353da33c8e080a428d2c.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/cups15/Makefile | 4 | ||||
-rw-r--r-- | print/latex-mk/Makefile | 4 | ||||
-rw-r--r-- | print/pdflib/Makefile | 4 | ||||
-rw-r--r-- | print/yup/Makefile | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 29ac387f905..067c9ad94ea 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.213 2014/09/07 20:48:51 wiz Exp $ +# $NetBSD: Makefile,v 1.214 2014/10/09 14:06:51 wiz Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -19,8 +19,6 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]* -#PKG_INSTALLATION_TYPES= overwrite pkgviews - WRKSRC= ${WRKDIR}/cups-${BASE_VERS} UNLIMIT_RESOURCES= datasize memorysize USE_LANGUAGES= c c++ # pdftops is a C++ application diff --git a/print/cups15/Makefile b/print/cups15/Makefile index 64a56743cf3..5a1c6b6ea67 100644 --- a/print/cups15/Makefile +++ b/print/cups15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/06/17 13:17:12 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/10/09 14:06:51 wiz Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -23,8 +23,6 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]* -#PKG_INSTALLATION_TYPES= overwrite pkgviews - WRKSRC= ${WRKDIR}/cups-${BASE_VERS} UNLIMIT_RESOURCES= datasize memorysize USE_LANGUAGES= c c++ # pdftops is a C++ application diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index cc3c4944ecd..41b20bc7a61 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/08 13:45:41 asau Exp $ +# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:51 wiz Exp $ # DISTNAME= latex-mk-2.1 @@ -16,8 +16,6 @@ BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_TOOLS+= awk echo env false find grep gzcat gzip makeinfo rm rmdir tar GNU_CONFIGURE= YES diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 10baba410c6..4835023aab7 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/05/29 23:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2014/10/09 14:06:51 wiz Exp $ .include "Makefile.common" @@ -6,8 +6,6 @@ PKGNAME= pdflib-${PDFLIB_BASE_VERS} PKGREVISION= 18 COMMENT= C library to produce PDF files -PKG_INSTALLATION_TYPES= overwrite pkgviews - BUILD_TARGET= pdflib DOCDIR= ${PREFIX}/share/doc/pdflib diff --git a/print/yup/Makefile b/print/yup/Makefile index f3ddfb7d3e6..43b24745caa 100644 --- a/print/yup/Makefile +++ b/print/yup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/29 23:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/10/09 14:06:51 wiz Exp $ # DISTNAME= yup-r1-rel @@ -11,8 +11,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Print multiple PostScript/ASCII pages per sheet -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_TOOLS+= perl:run WRKSRC= ${WRKDIR}/yup-r1 |