summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-07-13 15:34:01 +0000
committerjschauma <jschauma@pkgsrc.org>2005-07-13 15:34:01 +0000
commit72af27be15f3361d36984983a237443a3f4e7fe7 (patch)
tree8c6d04683d3432ffbaa0dbc81d780b9a39b47fa3 /databases
parent0626116486245b5855e3d57f893c410032053986 (diff)
downloadpkgsrc-72af27be15f3361d36984983a237443a3f4e7fe7.tar.gz
add template for IRIX
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql73/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql73/Makefile.common b/databases/postgresql73/Makefile.common
index a0c1c0b7502..c9abb89c934 100644
--- a/databases/postgresql73/Makefile.common
+++ b/databases/postgresql73/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/06/01 20:08:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/07/13 15:34:01 jschauma Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -46,6 +46,7 @@ PKG_SYSCONFSUBDIR= postgresql
.include "../../mk/bsd.prefs.mk"
PGSQL_TEMPLATE.SunOS= solaris
+PGSQL_TEMPLATE.IRIX= irix5
.if !defined(PGSQL_TEMPLATE.${OPSYS})
PGSQL_TEMPLATE.${OPSYS}= ${LOWER_OPSYS}
.endif