mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
c83a73ccc8
J (J language) is a high-level, general-purpose, high-performance programming language. J is portable and runs on 32/64-bit Windows/Linux/Mac as well as iOS, Android, and other platforms. WWW: http://www.jsoftware.com PR: 226186 Submitted by: Joao Neves <sevenjp@gmail.com>
19 lines
310 B
Bash
19 lines
310 B
Bash
--- make/install.sh.orig 2018-02-24 19:49:42 UTC
|
|
+++ make/install.sh
|
|
@@ -1,14 +1,7 @@
|
|
#!/usr/local/bin/bash
|
|
# install jbld folders - new install or a reinstall
|
|
|
|
-cd ~
|
|
-if [ ! -f jvars.sh ]; then
|
|
- echo "~/jvars.sh must exist"
|
|
- exit 1
|
|
-fi
|
|
-
|
|
-cd ~
|
|
-. jvars.sh
|
|
+. make/jvars.sh
|
|
|
|
rm -f -r $jbld
|
|
mkdir $jbld
|