diff options
author | joerg <joerg> | 2008-06-15 09:56:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-15 09:56:37 +0000 |
commit | 669cab9c972f62a7bc2dd7920df65f87d19691fb (patch) | |
tree | 3cdfdd75078035ccd7b5f9d1dd26e1fcd4a42557 | |
parent | bf09f4789a76b00e7728fdb17456145f36d1debc (diff) | |
download | pkgsrc-669cab9c972f62a7bc2dd7920df65f87d19691fb.tar.gz |
Mark as meta-package.
-rw-r--r-- | pkgtools/prereq-readme/Makefile | 10 | ||||
-rw-r--r-- | print/foomatic-filters-cups/Makefile | 9 | ||||
-rw-r--r-- | print/foomatic-ppds-cups/Makefile | 9 |
3 files changed, 7 insertions, 21 deletions
diff --git a/pkgtools/prereq-readme/Makefile b/pkgtools/prereq-readme/Makefile index 18fd40b9ad1..38d9dd052db 100644 --- a/pkgtools/prereq-readme/Makefile +++ b/pkgtools/prereq-readme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/10/25 22:01:03 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/15 09:56:37 joerg Exp $ # DISTNAME= prereq-readme-20050521 @@ -10,13 +10,9 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Tools required for pkgsrc README.html generation +META_PACKAGE= yes + WRKSRC= ${WRKDIR} -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -NO_INSTALL= # defined -NO_PACKAGE= # defined -PLIST_SRC= # empty (meta-package) # list all the tools we use USE_TOOLS+= awk diff --git a/print/foomatic-filters-cups/Makefile b/print/foomatic-filters-cups/Makefile index cb89110b488..f8166a26ca7 100644 --- a/print/foomatic-filters-cups/Makefile +++ b/print/foomatic-filters-cups/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:43 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/15 09:56:37 joerg Exp $ -PKG_DESTDIR_SUPPORT= user-destdir +META_PACKAGE= yes .include "../../print/foomatic-filters/Makefile.common" @@ -17,11 +17,6 @@ DEPENDS+= foomatic-filters-${FOOMATIC_FILTERS_VERSION}{,nb[0-9]*}:../../print/fo EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} -NO_BUILD= yes -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_INSTALL= yes -PLIST_SRC= # empty EVAL_PREFIX+= CUPS_PREFIX=cups CUPS_FILTERDIR= ${CUPS_PREFIX:Q}/libexec/cups/filter diff --git a/print/foomatic-ppds-cups/Makefile b/print/foomatic-ppds-cups/Makefile index 9d683c0521c..7558768d729 100644 --- a/print/foomatic-ppds-cups/Makefile +++ b/print/foomatic-ppds-cups/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:43 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/15 09:56:37 joerg Exp $ -PKG_DESTDIR_SUPPORT= user-destdir +META_PACKAGE= yes .include "../../print/foomatic-ppds/Makefile.common" @@ -16,11 +16,6 @@ DEPENDS+= foomatic-ppds-${FOOMATIC_PPDS_VERSION}{,nb[0-9]*}:../../print/foomatic EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -NO_INSTALL= yes -PLIST_SRC= # empty EVAL_PREFIX+= CUPS_PREFIX=cups CUPS_DATADIR= ${CUPS_PREFIX:Q}/share/cups/model |