summaryrefslogtreecommitdiff
path: root/databases/postgresql83
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/postgresql83
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/postgresql83')
-rw-r--r--databases/postgresql83/Makefile.common6
1 files changed, 5 insertions, 1 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;}