diff options
author | joerg <joerg> | 2008-08-23 15:42:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-08-23 15:42:18 +0000 |
commit | 3d55563f2134300db761a5fbe4257344e9ed8cfd (patch) | |
tree | a98677060bf43b8a7a634ac927bac80e04d288fa /databases | |
parent | cd81a3e404220c6264be126e042f15e550489087 (diff) | |
download | pkgsrc-3d55563f2134300db761a5fbe4257344e9ed8cfd.tar.gz |
Use standard OS template on IRIX. From PR 39391.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql82/Makefile.common | 3 |
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 |