diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-08 01:44:36 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-08 01:44:36 +0000 |
commit | c46f1ef63e4206c9361314037387083ff8a0e25f (patch) | |
tree | be26774e42a64d90e11b18fa97b0345f70ca971b | |
parent | Add tricks to avoid need of USE_AUTO{CONF,MAKE} (diff) |
Fix typo (${file:E} -> ${file:R})
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=49827
-rw-r--r-- | x11-toolkits/fl_editor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/fl_editor/Makefile b/x11-toolkits/fl_editor/Makefile index cdeecebee207..f8e36eaf16ca 100644 --- a/x11-toolkits/fl_editor/Makefile +++ b/x11-toolkits/fl_editor/Makefile @@ -44,7 +44,7 @@ symlink-inc: symlink-lib: .for file in ${LIB_FILES} - @${LN} -fs ${file} ${PREFIX}/${LIB_SUBDIR}/${file:E} + @${LN} -fs ${file} ${PREFIX}/${LIB_SUBDIR}/${file:R} .endfor install-doc: |