diff options
author | joerg <joerg@pkgsrc.org> | 2006-10-06 14:28:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-10-06 14:28:46 +0000 |
commit | ed8d8e4070dc6166f3a89f97cea34fd7bb1988e6 (patch) | |
tree | 6ababe95e65a5e378a12d6c45d04ea0118fb311b /mk/platform/UnixWare.mk | |
parent | 3c81e55bbc10a59e75946cddca91113ec6327fd6 (diff) | |
download | pkgsrc-ed8d8e4070dc6166f3a89f97cea34fd7bb1988e6.tar.gz |
Always use LOCALBASE setting from mk/defaults/mk.conf.
Setting it with ?= in the platform files is a nop anyway.
Diffstat (limited to 'mk/platform/UnixWare.mk')
-rw-r--r-- | mk/platform/UnixWare.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/platform/UnixWare.mk b/mk/platform/UnixWare.mk index 02ec471d167..de6c3127b33 100644 --- a/mk/platform/UnixWare.mk +++ b/mk/platform/UnixWare.mk @@ -1,4 +1,4 @@ -# $NetBSD: UnixWare.mk,v 1.22 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: UnixWare.mk,v 1.23 2006/10/06 14:28:46 joerg Exp $ # # Variable definitions for the UnixWare 7 operating system. @@ -75,8 +75,6 @@ _INCOMPAT_ICONV= UnixWare-*-* _STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U} # cc(1) option to strip _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U} # install(1) option to strip -LOCALBASE?= ${DESTDIR}/usr/pkg - PKG_TOOLS_BIN?= ${LOCALBASE}/sbin # check for maximum command line length and set it in configure's environment, |