diff options
author | recht <recht@pkgsrc.org> | 2004-04-19 22:39:55 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-19 22:39:55 +0000 |
commit | c7c3475b09d5e8a83ad68c75471db74932fa71f7 (patch) | |
tree | 7662178e63bf74f06936ba222fa37a38edac6379 /databases/postgresql74 | |
parent | 647aa1de21dc6765d2d059530ced35e3403d6ed1 (diff) | |
download | pkgsrc-c7c3475b09d5e8a83ad68c75471db74932fa71f7.tar.gz |
PostgreSQL has no --with-htmldir, so install the html files by hand
to share/doc/html/postgresql.
Diffstat (limited to 'databases/postgresql74')
-rw-r--r-- | databases/postgresql74/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index 984a8db9393..d70ba771581 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/04/19 00:07:13 recht Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/04/19 22:39:55 recht Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -63,14 +63,12 @@ PGSQL_TEMPLATE.SunOS= solaris PGSQL_TEMPLATE.${OPSYS}= ${LOWER_OPSYS} .endif +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-template="${PGSQL_TEMPLATE.${OPSYS}}" CONFIGURE_ARGS+= --without-readline CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --enable-nls -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/postgresql - CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-perl CONFIGURE_ARGS+= --without-python |