summaryrefslogtreecommitdiff
path: root/java/eclipse
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-07-11 21:43:18 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-07-11 21:43:18 +0000
commit92aad7c7b38ca060055b8757d554d843183b32bc (patch)
tree2bc42b6f470687bc5c507c5f15ddaf1cf3d4f49a /java/eclipse
parentAdd ONLY_FOR_ARCHS here too. (diff)
Fix typo in progress message.
Notes
Notes: svn path=/head/; revision=84720
Diffstat (limited to 'java/eclipse')
-rw-r--r--java/eclipse/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/files/Makefile b/java/eclipse/files/Makefile
index 355a444489d5..3ab6c6af87eb 100644
--- a/java/eclipse/files/Makefile
+++ b/java/eclipse/files/Makefile
@@ -140,7 +140,7 @@ install:
-e "/%%JAVA_HOME%%/s//$(JAVA_HOME:S/\//\\\//g)/g" \
eclipse.in > eclipse.tmp
$(BSD_INSTALL_SCRIPT) eclipse.tmp $(PREFIX)/bin/eclipse
- @$(ECHO) "===> Installing Eclipse plaftorm."
+ @$(ECHO) "===> Installing Eclipse platform."
@$(MKDIR) $(PORTDESTDIR)
$(BSD_INSTALL_PROGRAM) $(LAUNCHER_DST)/$(LAUNCHER) $(PORTDESTDIR)
.for i in $(ECLIPSE_TOPLEVEL_FILES)