summaryrefslogtreecommitdiff
path: root/databases/postgresql83
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-04-23 16:03:24 +0000
committeradam <adam@pkgsrc.org>2010-04-23 16:03:24 +0000
commit01111516a908780a237bfd3319c60e2ccc94c226 (patch)
treea4360eb4e903c86b3bf02aebd5252fc37b464c5f /databases/postgresql83
parentb6fe6346258749500096f61ef05b7cffb6201ffd (diff)
downloadpkgsrc-01111516a908780a237bfd3319c60e2ccc94c226.tar.gz
Fixed meta package building
Diffstat (limited to 'databases/postgresql83')
-rw-r--r--databases/postgresql83/Makefile.common4
1 files changed, 3 insertions, 1 deletions
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