diff options
author | jschauma <jschauma> | 2005-07-13 15:34:01 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-07-13 15:34:01 +0000 |
commit | c9e2a435d37b2baeb10e0b638dc069850c97f7de (patch) | |
tree | 8c6d04683d3432ffbaa0dbc81d780b9a39b47fa3 | |
parent | 4a4242c53e5c9608aa74233d315564ff47635ad0 (diff) | |
download | pkgsrc-c9e2a435d37b2baeb10e0b638dc069850c97f7de.tar.gz |
add template for IRIX
-rw-r--r-- | databases/postgresql73/Makefile.common | 3 |
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 |