summaryrefslogtreecommitdiff
path: root/editors/flim-emacs20-current
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-02-22 02:48:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-02-22 02:48:47 +0000
commitc2576bc1e0005a532e3bdf1d35b8d895fc18513b (patch)
tree480fe9036c6d1855d30a2711fe98523fd11aabde /editors/flim-emacs20-current
parentRemove extraneous checksums. (diff)
Use --no-validate instead of --force to make makeinfo behave.
Notes
Notes: svn path=/head/; revision=16820
Diffstat (limited to 'editors/flim-emacs20-current')
-rw-r--r--editors/flim-emacs20-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim-emacs20-current/Makefile b/editors/flim-emacs20-current/Makefile
index 7656141fa0cd..36d66df70f48 100644
--- a/editors/flim-emacs20-current/Makefile
+++ b/editors/flim-emacs20-current/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1999/01/16 01:36:55 kuriyama Exp $
+# $Id: Makefile,v 1.2 1999/01/18 02:32:36 steve Exp $
#
DISTNAME= flim-${FLIM_VER}
@@ -40,7 +40,7 @@ EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300006
-MAKEINFO= makeinfo --no-split --force
+MAKEINFO= makeinfo --no-split --no-validate
.else
MAKEINFO= makeinfo --no-split
.endif