aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-01-30 00:43:55 +0800
committerfenner <fenner@FreeBSD.org>2002-01-30 00:43:55 +0800
commite00a520a65d8b6f25dbd1146b2aaf96d77f15cc9 (patch)
tree0cb52aa1127fd9e49776a16ca27dc623f32d5751 /editors
parent7ae7d465d24ce583660bc39bdaf2a7763557c2f6 (diff)
downloadfreebsd-ports-gnome-e00a520a65d8b6f25dbd1146b2aaf96d77f15cc9.tar.gz
freebsd-ports-gnome-e00a520a65d8b6f25dbd1146b2aaf96d77f15cc9.tar.zst
freebsd-ports-gnome-e00a520a65d8b6f25dbd1146b2aaf96d77f15cc9.zip
Don't try to use ${ECHO_CMD} in a != before including bsd.port.pre.mk
Submitted by: distfile survey
Diffstat (limited to 'editors')
-rw-r--r--editors/mule/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 81ad7ab1da03..b9bd9e39cbeb 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -92,6 +92,9 @@ WITH_INPUT_METHOD+= --with-wnn6=-lwnn6_for_wnn7 --with-wnn-libraries=${LOCALBASE
.endif
COMP_ELC= egg.elc wnn-egg.elc sj3-client.elc sj3-egg.elc canna.elc
ELC_DIR= ../lisp
+
+.include <bsd.port.pre.mk>
+
# Make a value of INPUT_METHOD
.if defined(INPUT_METHOD)
INPUT_METHOD!= ${ECHO_CMD} ${INPUT_METHOD} | sed -e 's/^/-/' -e 's/ /+/g'
@@ -184,4 +187,4 @@ post-install:
post-package:
@${TOUCH} ${TOUCH_FLAGS} ${PACKAGE_COOKIE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>