diff options
author | asau <asau@pkgsrc.org> | 2010-12-24 06:30:03 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-12-24 06:30:03 +0000 |
commit | 12c85da9aba5a9ff1549b398b83e3df8a52090c7 (patch) | |
tree | 77301eddf888ef35d90f3509c10e0c00571e95a4 /databases | |
parent | 5c8d8b6b6f287328d22539f0e035ed52b4e6f484 (diff) | |
download | pkgsrc-12c85da9aba5a9ff1549b398b83e3df8a52090c7.tar.gz |
Allow PG_SUBPREFIX configuration.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql90/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index 2d47d619e74..de690f09161 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2010/12/24 03:41:38 asau Exp $ +# $NetBSD: Makefile.common,v 1.8 2010/12/24 06:30:03 asau Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -49,7 +49,7 @@ PG_TEMPLATE.IRIX= irix5 PG_TEMPLATE.${OPSYS}= ${LOWER_OPSYS} .endif -PG_SUBPREFIX= # empty +PG_SUBPREFIX?= # empty .if empty(PG_SUBPREFIX) PG_PREFIX= ${PREFIX} PLIST_SUBST+= PG_SUBPREFIX= |