aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-07-06 15:41:16 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-07-06 15:41:16 +0000
commit9601bcffc3d4441cde9af573c9ca3c9f1621d29f (patch)
tree2fd2ea19a3bd4ef2e98f6f41bffd32916a5d986c /java/eclipse
parent3918fae589fd20bd0a3ca0db5d103bc1c012ee22 (diff)
downloadports-9601bcffc3d4441cde9af573c9ca3c9f1621d29f.tar.gz
ports-9601bcffc3d4441cde9af573c9ca3c9f1621d29f.zip
Fix typo in message.
Notes
Notes: svn path=/head/; revision=84319
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 625fa42839fb..355a444489d5 100644
--- a/java/eclipse/files/Makefile
+++ b/java/eclipse/files/Makefile
@@ -134,7 +134,7 @@ build-install:
install:
@$(ECHO) "===> Creating destination directory..."
@$(MKDIR) $(PORTDESTDIR)
- @$(ECHO) "===> Installing a schell script..."
+ @$(ECHO) "===> Installing a shell script..."
@$(SED) \
-e "/%%ECLIPSE_HOME%%/s//$(PORTDESTDIR:S/\//\\\//g)/g" \
-e "/%%JAVA_HOME%%/s//$(JAVA_HOME:S/\//\\\//g)/g" \