summaryrefslogtreecommitdiff
path: root/databases/postgresql73
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-07-13 15:34:01 +0000
committerjschauma <jschauma>2005-07-13 15:34:01 +0000
commitc9e2a435d37b2baeb10e0b638dc069850c97f7de (patch)
tree8c6d04683d3432ffbaa0dbc81d780b9a39b47fa3 /databases/postgresql73
parent4a4242c53e5c9608aa74233d315564ff47635ad0 (diff)
downloadpkgsrc-c9e2a435d37b2baeb10e0b638dc069850c97f7de.tar.gz
add template for IRIX
Diffstat (limited to 'databases/postgresql73')
-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