summaryrefslogtreecommitdiff
path: root/databases/postgresql90
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
commit0ae0e377fba1fe45c968eb03dddb50f1e4f02944 (patch)
treee64f4246e1acbbfcd0ca2dc25a7fe615ad6b2be6 /databases/postgresql90
parent33a83fdf55b987587ca9ac06eb1c78d340dacd7d (diff)
downloadpkgsrc-0ae0e377fba1fe45c968eb03dddb50f1e4f02944.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/postgresql90')
-rw-r--r--databases/postgresql90/Makefile.common6
1 files changed, 5 insertions, 1 deletions
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;}