diff options
author | joerg <joerg> | 2006-10-06 14:31:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-10-06 14:31:32 +0000 |
commit | a71fd8124861d14b6f993efae41774e6cb7cc4f2 (patch) | |
tree | ff24e0571f019682afb9c4ba965eb626d4bbebbc /mk | |
parent | 9a0bf021bcc4dbb71661856874c8e311d3db90d8 (diff) | |
download | pkgsrc-a71fd8124861d14b6f993efae41774e6cb7cc4f2.tar.gz |
Kill ancient runes: /usr/local as LOCALBASE was not the default for
ages and mk.conf from bootstrap sets it explicitly anyway.
The pkg_install stuff also lives in sbin.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/SunOS.mk | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index 4d00f2b82b2..9812112db28 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.27 2006/10/06 14:28:46 joerg Exp $ +# $NetBSD: SunOS.mk,v 1.28 2006/10/06 14:31:32 joerg Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -78,23 +78,7 @@ _INCOMPAT_ICONV= SunOS-*-* _STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip -# Migration aid for old /usr/local LOCALBASE -.if !defined(LOCALBASE) && exists(${DESTDIR}/usr/local/libexec/cgi-bin) && \ - !exists(${DESTDIR}/usr/pkg/libexec/cgi-bin) -.BEGIN: - @echo "On Solaris and /usr/local/libexec/cgi-bin found:" - @echo "- If you have an existing pkgsrc installation & wish to continue" - @echo " using /usr/local, append LOCALBASE=/usr/local to /etc/mk.conf." - @echo "- Otherwise set LOCALBASE=/usr/pkg in your environment for the" - @echo " first package install." - @false -.endif - -.if exists(${LOCALBASE}/sbin/pkg_info) PKG_TOOLS_BIN?= ${LOCALBASE}/sbin -.else -PKG_TOOLS_BIN?= ${LOCALBASE}/bin -.endif # check for maximum command line length and set it in configure's environment, # to avoid a test required by the libtool script that takes forever. |