diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /print/cups | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |