aboutsummaryrefslogtreecommitdiff
path: root/japanese/jvim3
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-01-29 16:38:18 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-01-29 16:38:18 +0000
commita2d149a0c51d8b77a781f08c37213375d94f8189 (patch)
tree62756c93a089f87696e89fda972bcab110a78326 /japanese/jvim3
parentfb2804b6c1d65fddd98e3b9caeb393aa188a1756 (diff)
downloadports-a2d149a0c51d8b77a781f08c37213375d94f8189.tar.gz
ports-a2d149a0c51d8b77a781f08c37213375d94f8189.zip
Fix Makefile typo ("$" at beginning of line before comment)
Submitted by: distfile survey
Notes
Notes: svn path=/head/; revision=53973
Diffstat (limited to 'japanese/jvim3')
-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
###