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 | 80b9eecefdff295eda409cdeebc60e56a9b67578 (patch) | |
tree | 707f9ff2d0590c7ac9a19339831fccb352a4b68b /databases/postgresql83-client | |
parent | 32aca2f711afe5feef17805c1108c3442759d148 (diff) | |
download | pkgsrc-80b9eecefdff295eda409cdeebc60e56a9b67578.tar.gz |
Unified PostgreSQL client and server options
Diffstat (limited to 'databases/postgresql83-client')
-rw-r--r-- | databases/postgresql83-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql83-client/Makefile b/databases/postgresql83-client/Makefile index 6202112cfc2..0cc29daa5eb 100644 --- a/databases/postgresql83-client/Makefile +++ b/databases/postgresql83-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/10/07 15:52:40 adam Exp $ +# $NetBSD: Makefile,v 1.18 2010/11/03 14:36:40 adam Exp $ PKGNAME= postgresql83-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.postgresql83-client -.include "../../databases/postgresql83/options.mk" - .for _file_ in pg_service.conf psqlrc CONF_FILES+= ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_} .endfor |