diff options
author | adam <adam@pkgsrc.org> | 2010-04-23 16:03:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-04-23 16:03:24 +0000 |
commit | 01111516a908780a237bfd3319c60e2ccc94c226 (patch) | |
tree | a4360eb4e903c86b3bf02aebd5252fc37b464c5f /databases | |
parent | b6fe6346258749500096f61ef05b7cffb6201ffd (diff) | |
download | pkgsrc-01111516a908780a237bfd3319c60e2ccc94c226.tar.gz |
Fixed meta package building
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql82/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql83/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql84/Makefile.common | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common index ace3910e76e..62744b4cbc9 100644 --- a/databases/postgresql82/Makefile.common +++ b/databases/postgresql82/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2010/04/12 09:48:48 adam Exp $ +# $NetBSD: Makefile.common,v 1.20 2010/04/23 16:03:24 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -107,6 +107,7 @@ FILES_SUBST+= PG_PREFIX=${PG_PREFIX:Q} .include "../../devel/gettext-lib/buildlink3.mk" +.if !defined(META_PACKAGE) post-extract: cp -f ${COMMON_FILESDIR}/Makefile.custom ${WRKSRC}/src/Makefile.custom cp -f ${COMMON_FILESDIR}/Makefile.libtool ${WRKSRC}/src/Makefile.shlib @@ -125,6 +126,7 @@ post-extract: ${WRKSRC}/src/include/port/dragonfly.h cp ${WRKSRC}/src/makefiles/Makefile.freebsd \ ${WRKSRC}/src/makefiles/Makefile.dragonfly +.endif # PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. # This also limits the size of a tuple. The valid values are powers diff --git a/databases/postgresql83/Makefile.common b/databases/postgresql83/Makefile.common index 8c6e2a8ef78..b1a29bd0a63 100644 --- a/databases/postgresql83/Makefile.common +++ b/databases/postgresql83/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2010/04/12 09:53:50 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2010/04/23 16:03:24 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -106,6 +106,7 @@ FILES_SUBST+= PG_PREFIX=${PG_PREFIX:Q} .include "../../devel/gettext-lib/buildlink3.mk" +.if !defined(META_PACKAGE) post-extract: cp -f ${COMMON_FILESDIR}/Makefile.custom ${WRKSRC}/src/Makefile.custom cp -f ${COMMON_FILESDIR}/Makefile.libtool ${WRKSRC}/src/Makefile.shlib @@ -126,6 +127,7 @@ post-extract: ${WRKSRC}/src/include/port/dragonfly.h cp ${WRKSRC}/src/makefiles/Makefile.freebsd \ ${WRKSRC}/src/makefiles/Makefile.dragonfly +.endif # PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. # This also limits the size of a tuple. The valid values are powers diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common index 229ec5a5ec9..cec6063ede1 100644 --- a/databases/postgresql84/Makefile.common +++ b/databases/postgresql84/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2010/04/12 09:58:38 adam Exp $ +# $NetBSD: Makefile.common,v 1.5 2010/04/23 16:03:24 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -101,6 +101,7 @@ FILES_SUBST+= PG_PREFIX=${PG_PREFIX:Q} .include "../../devel/gettext-lib/buildlink3.mk" +.if !defined(META_PACKAGE) post-extract: cp -f ${COMMON_FILESDIR}/Makefile.custom ${WRKSRC}/src/Makefile.custom cp -f ${COMMON_FILESDIR}/Makefile.libtool ${WRKSRC}/src/Makefile.shlib @@ -119,6 +120,7 @@ post-extract: ${WRKSRC}/src/include/port/dragonfly.h cp ${WRKSRC}/src/makefiles/Makefile.freebsd \ ${WRKSRC}/src/makefiles/Makefile.dragonfly +.endif # PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block. # This also limits the size of a tuple. The valid values are powers |