diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:00:23 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:00:23 +0000 |
commit | bb857d2aff88e7091adbd66c7e31cd3f692e1387 (patch) | |
tree | 088e04b635490f68eca91e1e7f011ca4aaa492f7 /databases | |
parent | f32d265e28922dd76fe0c6e90f6d08ffd48b86de (diff) | |
download | pkgsrc-bb857d2aff88e7091adbd66c7e31cd3f692e1387.tar.gz |
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 3222f88b084..efdc2084e8f 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 1999/07/13 17:42:57 bad Exp $ +# $NetBSD: Makefile,v 1.36 1999/08/18 09:00:23 agc Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -37,7 +37,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/${PGUSER} \ --with-libs=${PREFIX}/lib \ --with-template=`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'` -INSTALL_TARGET= install install-man +INSTALL_TARGET= install install-man + +BUILD_DEFS+= PGGROUP PGUSER .include "../../mk/bsd.prefs.mk" |