summaryrefslogtreecommitdiff
path: root/databases/postgresql
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 09:00:23 +0000
committeragc <agc>1999-08-18 09:00:23 +0000
commit095821fae115130dbb7adc3f9d87e051c9b304d8 (patch)
tree088e04b635490f68eca91e1e7f011ca4aaa492f7 /databases/postgresql
parent224ecac1a2485965ca1167a21ff8b5077627c4c3 (diff)
downloadpkgsrc-095821fae115130dbb7adc3f9d87e051c9b304d8.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/postgresql')
-rw-r--r--databases/postgresql/Makefile6
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"