diff options
author | hq <hq@FreeBSD.org> | 2005-10-30 12:47:05 +0000 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-10-30 12:47:05 +0000 |
commit | ab5c0b5f07bd98934083b44034b23d608aaeaeef (patch) | |
tree | 65fc8d79a7fec6b33276eb8ba6a6c7aa58148b28 /java | |
parent | 2ec637239053cd917fc6561c9bb63e87df9e250f (diff) | |
download | FreeBSD-ports-ab5c0b5f07bd98934083b44034b23d608aaeaeef.zip FreeBSD-ports-ab5c0b5f07bd98934083b44034b23d608aaeaeef.tar.gz |
Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutions
PR: 86860
Submitted by: Loren James Rittle <rittle@latour.waar.labs.mot.com>
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 75de40b..dfb4bfb 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -123,6 +123,8 @@ do-install: -e "s+%%PREFIX%%+${PREFIX}+g" \ -e "s+%%X11BASE%%+${X11BASE}+g" \ -e "s+%%BROWSER%%+${BROWSER}+g" \ + -e "s,%%JAVA_VERSION%%,${JAVA_VERSION},g" \ + -e "s+%%JAVA_OS%%+${JAVA_OS}+g" \ ${FILESDIR}/eclipse.in > ${WRKSRC}/eclipse.tmp ${INSTALL_SCRIPT} ${WRKSRC}/eclipse.tmp ${PREFIX}/bin/eclipse @${SED} \ |