summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/jvim3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile
index dc209c40e56e..6cbe4853f538 100644
--- a/japanese/jvim3/Makefile
+++ b/japanese/jvim3/Makefile
@@ -91,7 +91,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libonew${INPUT_METHOD}.a:${PORTSDIR}/japanese/o
FEPOPT+= -DONEW
# If we use ONEW libray, then -lonew-* needs appear
# before the other libraries in ${FEPLIBS}.
-$## 'sed' in the next line cannot be replaced with '${SED}'
+## 'sed' in the next line cannot be replaced with '${SED}'
FEPLIBS!= ${ECHO_CMD} ${FEPLIBS} | sed 's%^%-lonew${INPUT_METHOD} %'
FEPOBJS= feponew.o
###