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 /x11-toolkits | |
parent | 8d06d4d19395ad9c6e81703d29909e3b65c53310 (diff) | |
download | ports-c46f1ef63e4206c9361314037387083ff8a0e25f.tar.gz ports-c46f1ef63e4206c9361314037387083ff8a0e25f.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-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: |