diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /print/foomatic-ppds-cups | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'print/foomatic-ppds-cups')
-rw-r--r-- | print/foomatic-ppds-cups/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/foomatic-ppds-cups/Makefile b/print/foomatic-ppds-cups/Makefile index 7558768d729..dd0ff19040d 100644 --- a/print/foomatic-ppds-cups/Makefile +++ b/print/foomatic-ppds-cups/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2008/06/15 09:56:37 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/04/09 00:48:15 joerg Exp $ META_PACKAGE= yes .include "../../print/foomatic-ppds/Makefile.common" DISTNAME= foomatic-ppds-cups-${FOOMATIC_PPDS_VERSION} -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= jlam@pkgsrc.org COMMENT= Foomatic PPD collection for CUPS servers @@ -14,7 +12,6 @@ COMMENT= Foomatic PPD collection for CUPS servers DEPENDS+= cups>=1.0:../../print/cups DEPENDS+= foomatic-ppds-${FOOMATIC_PPDS_VERSION}{,nb[0-9]*}:../../print/foomatic-ppds -EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} EVAL_PREFIX+= CUPS_PREFIX=cups |