summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-23 15:42:18 +0000
committerjoerg <joerg>2008-08-23 15:42:18 +0000
commit3d55563f2134300db761a5fbe4257344e9ed8cfd (patch)
treea98677060bf43b8a7a634ac927bac80e04d288fa
parentcd81a3e404220c6264be126e042f15e550489087 (diff)
downloadpkgsrc-3d55563f2134300db761a5fbe4257344e9ed8cfd.tar.gz
Use standard OS template on IRIX. From PR 39391.
-rw-r--r--databases/postgresql82/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common
index d17b6d38f44..4c175a6759d 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2008/06/20 07:46:49 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/08/23 15:42:18 joerg Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -55,7 +55,6 @@ SUBST_SED.pglocale= -e 's|\( localedir[ :]*=\).*|\1${PG_LOCALE_DIR}|'
.include "../../mk/bsd.prefs.mk"
PGSQL_TEMPLATE.SunOS= solaris
-PGSQL_TEMPLATE.IRIX= irix5
.if !defined(PGSQL_TEMPLATE.${OPSYS})
PGSQL_TEMPLATE.${OPSYS}= ${LOWER_OPSYS}
.endif