diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-04-05 23:02:27 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-04-05 23:02:27 +0000 |
commit | 4b7746a7121d35debf4c6a3e20ebd68be83fe837 (patch) | |
tree | 6376713fc60f75415d122b9c615a695298b03fbc /java/netrexx/files/patch-bin::NetRexxC.cmd | |
parent | - Update to 2.1.2 (diff) |
- Update to 2.05 [1]
- Since NetRexxC.cmd and NetRexxC.sh do same thing, only install .sh version
and remove dependency on rexx-imc (and remove the patch for NetRexxC.cmd) [1]
- Add a patch for NetRexxC.sh so the user is able to override JAVA_HOME at
runtime [1]
- Use FIND | {MKDIR,INSTALL_DATA} to install documentation
- Add $FreeBSD$ tag in pkg-plist
PR: 79564 [1]
Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
Diffstat (limited to '')
-rw-r--r-- | java/netrexx/files/patch-bin::NetRexxC.cmd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/netrexx/files/patch-bin::NetRexxC.cmd b/java/netrexx/files/patch-bin::NetRexxC.cmd deleted file mode 100644 index df3c7fe50146..000000000000 --- a/java/netrexx/files/patch-bin::NetRexxC.cmd +++ /dev/null @@ -1,7 +0,0 @@ ---- bin/NetRexxC.cmd Sun Aug 20 12:44:40 2000 -+++ bin/NetRexxC.cmd.new Sun Nov 4 21:30:11 2001 -@@ -1,3 +1,4 @@ -+/*usr/bin/true; exec rexx "$0" "$@" # REXX program */ - /* Translate and compile a NetRexx program */ - /* */ - /* use as: NetRexxC hello [file2]... */ |