diff options
author | petef <petef@FreeBSD.org> | 2001-11-08 01:44:36 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-08 01:44:36 +0000 |
commit | 35907368e18d90c5febdcc385ed5e0a890e82cc9 (patch) | |
tree | ef394f80897c5e3050b1820a217bd895e9ff7ccf /x11-toolkits | |
parent | 0c8137b12362d037df114a684467a219b7427649 (diff) | |
download | FreeBSD-ports-35907368e18d90c5febdcc385ed5e0a890e82cc9.zip FreeBSD-ports-35907368e18d90c5febdcc385ed5e0a890e82cc9.tar.gz |
Fix typo (${file:E} -> ${file:R})
Submitted by: maintainer
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 cdeeceb..f8e36ea 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: |