diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-12-23 23:03:23 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-12-23 23:03:23 +0000 |
commit | d6b704935bc52fe77b07aa516e5676348549fd8f (patch) | |
tree | 3585209e6352ebded558c68c0ed41c1e932317f5 /mk | |
parent | d3bbfc37201af2cc102d923011e4977090d41b88 (diff) | |
download | pkgsrc-d6b704935bc52fe77b07aa516e5676348549fd8f.tar.gz |
Eliminate another ZOULARISBASE.
Tabify.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defs.IRIX.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index ca0027dd6c6..650f010eae6 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.14 2002/12/23 22:34:00 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.15 2002/12/23 23:03:23 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -75,7 +75,7 @@ XARGS?= /sbin/xargs CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 022 DEFAULT_SERIAL_DEVICE?= /dev/null -EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table +EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table GROUPADD?= ${FALSE} MOTIF_TYPE_DEFAULT?= dt # default 2.0 compatible libs type MOTIF12_TYPE_DEFAULT?= dt # default 1.2 compatible libs type @@ -117,4 +117,4 @@ LOCALBASE?= ${DESTDIR}/usr/pkg .if exists(${LOCALBASE}/sbin/pkg_info) PKG_TOOLS_BIN?= ${LOCALBASE}/sbin .endif -PKG_TOOLS_BIN?= ${ZOULARISBASE}/bin +PKG_TOOLS_BIN?= ${LOCALBASE}/bin |