summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-02 20:26:23 -0500
committerJune McEnroe <june@causal.agency>2022-01-02 20:26:23 -0500
commitfa2597b08c3753e1975991e1ab8e89a5f1baaa47 (patch)
treea060d3ad735db3e7be4dc1ca2de9c68b3948b728
parentUpdate GPL header template copyright years (diff)
downloadsrc-fa2597b08c3753e1975991e1ab8e89a5f1baaa47.tar.gz
src-fa2597b08c3753e1975991e1ab8e89a5f1baaa47.zip
Remove attempt to automatically install MacPorts
It didn't really work on a new machine, and the version needs to
be updated. I'll just do it manually.
-rw-r--r--install.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/install.sh b/install.sh
index 9e18c6bf..c3ec75e3 100644
--- a/install.sh
+++ b/install.sh
@@ -26,21 +26,7 @@ Linux() {
 	sudo pacman -Sy --needed bc ctags gdb openssh vi $packages
 }
 
-installMacPorts() {
-	xcode-select --install
-	xcodebuild -license
-	dir=MacPorts-2.6.3
-	tar=${dir}.tar.bz2
-	curl -O "https://distfiles.macports.org/MacPorts/${tar}"
-	tar -x -f $tar
-	(cd $dir && ./configure)
-	make -C $dir
-	sudo make -C $dir install
-	rm -fr $tar $dir
-}
-
 Darwin() {
-	[ -d /opt/local ] || installMacPorts
 	sudo /opt/local/bin/port selfupdate
 	sudo /opt/local/bin/port -N install git mandoc nvi pkgconfig $packages
 	sudo mkdir -p /opt/local/etc/select/man