From 78d56d0bcb885732a4504f5c442e60ac079a177b Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 13 Aug 1996 01:33:27 +0000 Subject: [PATCH] Small cleanup of the irix5 port Submitted by: Andrew Martin --- src/mk/port/postgres.mk.irix5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mk/port/postgres.mk.irix5 b/src/mk/port/postgres.mk.irix5 index 560c2beb70..85a7782449 100644 --- a/src/mk/port/postgres.mk.irix5 +++ b/src/mk/port/postgres.mk.irix5 @@ -22,7 +22,11 @@ CFLAGS_BE+= -DUSE_POSIX_SIGNALS # RANLIB is not used on IRIX 5 RANLIB=touch -INSTALL=/usr/bin/X11/bsdinst +INSTALL=/sbin/bsdinst + +INSTLOPTS= -m 444 +INSTL_EXE_OPTS= -m 555 +INSTL_LIB_OPTS= -m 664 # # Random things that must be passed everywhere to enable -- 2.11.0