86bbf63745
* Re-enable static flavor. * Tighten PERMIT_*. I'm sick of it. The license is written in imprenetrable legalese, obviously drafted by corporate lawyers, and full of bizarre requirements. I don't care if this can be construed to be Open Source, it certainly is not in the spirit of Open Source. * Remove license check and "Proprietary Notice" since we won't distribute the package.
26 lines
755 B
Plaintext
26 lines
755 B
Plaintext
$OpenBSD: patch-bin_package,v 1.4 2001/11/21 01:17:43 naddy Exp $
|
|
--- bin/package.orig Fri Nov 16 15:48:52 2001
|
|
+++ bin/package Fri Nov 16 15:49:31 2001
|
|
@@ -12,7 +12,7 @@ version=2001-10-31
|
|
|
|
src="cmd contrib etc lib"
|
|
use="/home /usr/common /exp /usr/local /usr/add-on /usr/addon /usr/tools /usr /opt"
|
|
-lib="/usr/local/lib /usr/local/shlib"
|
|
+lib=""
|
|
ccs="/usr/kvm /usr/ccs/bin"
|
|
org="gnu GNU"
|
|
makefiles="Mamfile Nmakefile nmakefile Makefile makefile"
|
|
@@ -2262,9 +2262,9 @@ $PACKAGE_USE)
|
|
for i in ksh sh bash
|
|
do if onpath $i
|
|
then case `$_onpath_ -c 'echo $KSH_VERSION'` in
|
|
- *[Pp][Dd]*)
|
|
- : pd ksh is unreliable
|
|
- ;;
|
|
+# *[Pp][Dd]*)
|
|
+# : pd ksh is unreliable
|
|
+# ;;
|
|
*) SHELL=$_onpath_
|
|
break
|
|
;;
|