diff options
author | asau <asau@pkgsrc.org> | 2010-12-09 23:46:32 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-12-09 23:46:32 +0000 |
commit | 0ae0e377fba1fe45c968eb03dddb50f1e4f02944 (patch) | |
tree | e64f4246e1acbbfcd0ca2dc25a7fe615ad6b2be6 /databases/postgresql83 | |
parent | 33a83fdf55b987587ca9ac06eb1c78d340dacd7d (diff) | |
download | pkgsrc-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.common | 6 |
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;} |