summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-12-09 23:46:32 +0000
committerasau <asau@pkgsrc.org>2010-12-09 23:46:32 +0000
commit6a0064a8ad23c528e4a71d37ddfae3af7ccfef06 (patch)
treee64f4246e1acbbfcd0ca2dc25a7fe615ad6b2be6 /databases
parentf16d00065a15c2b9fe2a783b92087bf450ed3389 (diff)
downloadpkgsrc-6a0064a8ad23c528e4a71d37ddfae3af7ccfef06.tar.gz
Help to generate PLIST: all files are installed under $(PREFIX)$(PG_SUBPREFIX),
prefix their names with $(PG_SUBPREFIX) automatically when doing print-PLIST.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql83/Makefile.common6
-rw-r--r--databases/postgresql84/Makefile.common6
-rw-r--r--databases/postgresql90/Makefile.common6
3 files changed, 15 insertions, 3 deletions
diff --git a/databases/postgresql83/Makefile.common b/databases/postgresql83/Makefile.common
index 15ec4dd1709..ce4374d8575 100644
--- a/databases/postgresql83/Makefile.common
+++ b/databases/postgresql83/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2010/11/03 14:36:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2010/12/09 23:46:32 asau Exp $
#
# used by databases/postgresql83-adminpack/Makefile
# used by databases/postgresql83-client/Makefile
@@ -153,3 +153,7 @@ pgsql-blcksz:
${MV} -f $$file.new $$file; \
done
.endif
+
+
+# Help to generate PLIST
+PRINT_PLIST_AWK+= {$$0 = "$${PG_SUBPREFIX}" $$0;}
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common
index efbe385b7c9..ed2777b632d 100644
--- a/databases/postgresql84/Makefile.common
+++ b/databases/postgresql84/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2010/11/03 14:36:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2010/12/09 23:46:32 asau Exp $
#
# used by databases/postgresql84-adminpack/Makefile
# used by databases/postgresql84-client/Makefile
@@ -146,3 +146,7 @@ pgsql-blcksz:
${MV} -f $$file.new $$file; \
done
.endif
+
+
+# Help to generate PLIST
+PRINT_PLIST_AWK+= {$$0 = "$${PG_SUBPREFIX}" $$0;}
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common
index c677a29e61e..2161f2a0a20 100644
--- a/databases/postgresql90/Makefile.common
+++ b/databases/postgresql90/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2010/11/03 14:36:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2010/12/09 23:46:32 asau Exp $
#
# used by databases/postgresql90-adminpack/Makefile
# used by databases/postgresql90-client/Makefile
@@ -150,3 +150,7 @@ pgsql-blcksz:
${MV} -f $$file.new $$file; \
done
.endif
+
+
+# Help to generate PLIST
+PRINT_PLIST_AWK+= {$$0 = "$${PG_SUBPREFIX}" $$0;}