pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/bootstrap
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Aug 14 08:45:30 UTC 2020
Modified Files:
pkgsrc/bootstrap: bootstrap
Log Message:
bootstrap: No need to find packagemaker any longer.
To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 pkgsrc/bootstrap/bootstrap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.290 pkgsrc/bootstrap/bootstrap:1.291
--- pkgsrc/bootstrap/bootstrap:1.290 Fri Aug 14 07:24:16 2020
+++ pkgsrc/bootstrap/bootstrap Fri Aug 14 08:45:30 2020
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.290 2020/08/14 07:24:16 schmonz Exp $
+# $NetBSD: bootstrap,v 1.291 2020/08/14 08:45:30 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -574,18 +574,6 @@ Darwin)
need_mksh=yes
fi
- case "$macos_version" in
- 100[7-9])
- packagemaker=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
- ;;
- 100[0-4])
- packagemaker=/Developer/Tools/packagemaker
- ;;
- *)
- packagemaker=/Developer/usr/bin/packagemaker
- ;;
- esac
-
unset osrev macos_version
;;
DragonFly)
Home |
Main Index |
Thread Index |
Old Index