diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-06 04:17:13 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-06 04:17:13 +0000 |
commit | dd7a0b1c6276e1271ab816d9238c13a938bc4971 (patch) | |
tree | 9b1ba6de83ecacf690ad512079c56ccde9d97985 /java/netrexx/pkg-plist | |
parent | ae28f8cc61f5e7a3a30ff9a6e336c9b372792c56 (diff) | |
download | FreeBSD-ports-dd7a0b1c6276e1271ab816d9238c13a938bc4971.zip FreeBSD-ports-dd7a0b1c6276e1271ab816d9238c13a938bc4971.tar.gz |
1) do not install both/either useless and/or duplicate files
2) replace installed NetRexxC.cmd with a home grown version
3) add lang/rexx-imc as RUN_DEPENDS due to 2)
4) also, delete both the DOS-only *.bat files and the OS/2-only
nrc.cmd file (which is not really a Rexx file).
5) furthermore, delete the duplicate hello.nrx because:
1. a copy is installed with the documentation;
2. one can't compile it from the same directory java is in
(unless PATH contains .).
6) switch over maintainership to submitter
PR: 30217
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Diffstat (limited to 'java/netrexx/pkg-plist')
-rw-r--r-- | java/netrexx/pkg-plist | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/java/netrexx/pkg-plist b/java/netrexx/pkg-plist index fa75efb..0f9e77e 100644 --- a/java/netrexx/pkg-plist +++ b/java/netrexx/pkg-plist @@ -1,8 +1,5 @@ -jdk%%JDK_VERSION%%/bin/NetRexxC.bat jdk%%JDK_VERSION%%/bin/NetRexxC.cmd -jdk%%JDK_VERSION%%/bin/hello.nrx -jdk%%JDK_VERSION%%/bin/nrc.bat -jdk%%JDK_VERSION%%/bin/nrc.cmd +jdk%%JDK_VERSION%%/bin/nrc jdk%%JDK_VERSION%%/lib/NetRexxC.zip jdk%%JDK_VERSION%%/lib/NetRexxR.zip share/doc/NetRexx/ArchText.class |