1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/lang/J/files/patch-make_install.sh
Kurt Jaeger c83a73ccc8 New port: lang/J
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>
2018-04-08 09:41:15 +00:00

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