mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix typo in message.
This commit is contained in:
parent
3918fae589
commit
9601bcffc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84319
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ build-install:
|
||||||
install:
|
install:
|
||||||
@$(ECHO) "===> Creating destination directory..."
|
@$(ECHO) "===> Creating destination directory..."
|
||||||
@$(MKDIR) $(PORTDESTDIR)
|
@$(MKDIR) $(PORTDESTDIR)
|
||||||
@$(ECHO) "===> Installing a schell script..."
|
@$(ECHO) "===> Installing a shell script..."
|
||||||
@$(SED) \
|
@$(SED) \
|
||||||
-e "/%%ECLIPSE_HOME%%/s//$(PORTDESTDIR:S/\//\\\//g)/g" \
|
-e "/%%ECLIPSE_HOME%%/s//$(PORTDESTDIR:S/\//\\\//g)/g" \
|
||||||
-e "/%%JAVA_HOME%%/s//$(JAVA_HOME:S/\//\\\//g)/g" \
|
-e "/%%JAVA_HOME%%/s//$(JAVA_HOME:S/\//\\\//g)/g" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue