summaryrefslogtreecommitdiff
path: root/databases/postgresql84-client/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-04-22 13:01:30 +0000
committeradam <adam>2011-04-22 13:01:30 +0000
commit45731bddd04484294ce236bd2b20344af092fe70 (patch)
treeaac0e8330a52ed3b29251e3462cb2640b10bb31c /databases/postgresql84-client/Makefile
parent7576f0e3896eb9fa8ba4e8111843b52693c21dd1 (diff)
downloadpkgsrc-45731bddd04484294ce236bd2b20344af092fe70.tar.gz
Changes 8.4.8:
* fix build issues on HP-UX and Itanium * update time zone files for recent time zone changes * change SQLSTATE for Hot Standby warnings * prevent bgwriter hang during recovery * prevent recursive composite type creation * disallow dropping tables whose triggers are still pending * allow use of "replication" as a user name * prevent a crash during GEQO planning * improve join plans for tables with missing statistics * fix error with SELECT FOR UPDATE in a subselect * close PL/python array slice memory leak * allow SSL connections for users with no home directory
Diffstat (limited to 'databases/postgresql84-client/Makefile')
-rw-r--r--databases/postgresql84-client/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile
index 235bcc92f11..c572fd4fb69 100644
--- a/databases/postgresql84-client/Makefile
+++ b/databases/postgresql84-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/02/15 08:14:16 adam Exp $
+# $NetBSD: Makefile,v 1.14 2011/04/22 13:01:30 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-client-/}
COMMENT= PostgreSQL database client programs
@@ -79,8 +79,8 @@ post-wrapper:
.endif
post-install:
- set -e; for file in ${PGXS_FILES}; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file ${DEST_PGXS}/$$file; \
- done
+.for file in ${PGXS_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DEST_PGXS}/${file}
+.endfor
.include "../../mk/bsd.pkg.mk"