diff options
author | adam <adam@pkgsrc.org> | 2010-11-03 14:36:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-03 14:36:39 +0000 |
commit | e7f7810646fbbba3d21ee1543e6305292865e004 (patch) | |
tree | 707f9ff2d0590c7ac9a19339831fccb352a4b68b /databases/postgresql84-client | |
parent | 631f506d3e286da648240b7e1abf691a39f7752d (diff) | |
download | pkgsrc-e7f7810646fbbba3d21ee1543e6305292865e004.tar.gz |
Unified PostgreSQL client and server options
Diffstat (limited to 'databases/postgresql84-client')
-rw-r--r-- | databases/postgresql84-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile index a803d26880c..e0bc2b0b43a 100644 --- a/databases/postgresql84-client/Makefile +++ b/databases/postgresql84-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/10/07 15:53:22 adam Exp $ +# $NetBSD: Makefile,v 1.10 2010/11/03 14:36:40 adam Exp $ PKGNAME= postgresql84-client-${BASE_VERS} COMMENT= PostgreSQL database client programs @@ -43,9 +43,6 @@ BUILD_DIRS= ${INSTALL_DIRS} # Without this, the Darwin build fails (related to -bundle_loader). BUILD_DIRS+= src/backend -PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql84-client -.include "../../databases/postgresql84/options.mk" - .for _file_ in pg_service.conf psqlrc CONF_FILES+= ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_} .endfor |