summaryrefslogtreecommitdiff
path: root/databases/postgresql84
diff options
context:
space:
mode:
authorasau <asau>2010-12-09 23:46:32 +0000
committerasau <asau>2010-12-09 23:46:32 +0000
commiteed6624a703be944c4aed500b0db4f8f171e58b1 (patch)
treee64f4246e1acbbfcd0ca2dc25a7fe615ad6b2be6 /databases/postgresql84
parentb29314d02142493b76968ddbd2c0d4881bfe6265 (diff)
downloadpkgsrc-eed6624a703be944c4aed500b0db4f8f171e58b1.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/postgresql84')
-rw-r--r--databases/postgresql84/Makefile.common6
1 files changed, 5 insertions, 1 deletions
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;}