diff options
author | steve <steve@FreeBSD.org> | 1999-02-22 10:48:47 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-02-22 10:48:47 +0800 |
commit | 50e1f3e965a7c84ffadeb7b417dec269a25f0e71 (patch) | |
tree | d7dc591459c5bada0fd064f7178bbc4704f24b49 /editors | |
parent | a61368222e766d53444c27e455110ff5d45ca13e (diff) | |
download | freebsd-ports-gnome-50e1f3e965a7c84ffadeb7b417dec269a25f0e71.tar.gz freebsd-ports-gnome-50e1f3e965a7c84ffadeb7b417dec269a25f0e71.tar.zst freebsd-ports-gnome-50e1f3e965a7c84ffadeb7b417dec269a25f0e71.zip |
Use --no-validate instead of --force to make makeinfo behave.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/flim-emacs20-current/Makefile | 4 | ||||
-rw-r--r-- | editors/flim-emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/flim113-emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/semi-emacs20-current/Makefile | 4 | ||||
-rw-r--r-- | editors/semi-emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/semi113-emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/wemi-emacs20-current/Makefile | 4 | ||||
-rw-r--r-- | editors/wemi-emacs20/Makefile | 4 |
8 files changed, 16 insertions, 16 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 diff --git a/editors/flim-emacs20/Makefile b/editors/flim-emacs20/Makefile index 27a5ced6a79f..eb7561a2d3c6 100644 --- a/editors/flim-emacs20/Makefile +++ b/editors/flim-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.2 1999/01/18 02:33:02 steve Exp $ +# $Id: Makefile,v 1.3 1999/01/28 10:14:24 asami Exp $ # DISTNAME= flim-${FLIM_VER} @@ -39,7 +39,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 diff --git a/editors/flim113-emacs20/Makefile b/editors/flim113-emacs20/Makefile index 7656141fa0cd..36d66df70f48 100644 --- a/editors/flim113-emacs20/Makefile +++ b/editors/flim113-emacs20/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 diff --git a/editors/semi-emacs20-current/Makefile b/editors/semi-emacs20-current/Makefile index fc47cb4782bf..b87dfd87f3d5 100644 --- a/editors/semi-emacs20-current/Makefile +++ b/editors/semi-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/18 04:02:48 steve Exp $ +# $Id: Makefile,v 1.2 1999/02/17 12:44:26 kuriyama Exp $ # DISTNAME= semi-${SEMI_VER} @@ -48,7 +48,7 @@ BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf .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 diff --git a/editors/semi-emacs20/Makefile b/editors/semi-emacs20/Makefile index 23d1f099789e..f22516a591a5 100644 --- a/editors/semi-emacs20/Makefile +++ b/editors/semi-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.2 1999/01/28 10:14:28 asami Exp $ +# $Id: Makefile,v 1.3 1999/02/17 12:44:26 kuriyama Exp $ # DISTNAME= semi-${SEMI_VER} @@ -48,7 +48,7 @@ BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf .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 diff --git a/editors/semi113-emacs20/Makefile b/editors/semi113-emacs20/Makefile index fc47cb4782bf..b87dfd87f3d5 100644 --- a/editors/semi113-emacs20/Makefile +++ b/editors/semi113-emacs20/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/18 04:02:48 steve Exp $ +# $Id: Makefile,v 1.2 1999/02/17 12:44:26 kuriyama Exp $ # DISTNAME= semi-${SEMI_VER} @@ -48,7 +48,7 @@ BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf .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 diff --git a/editors/wemi-emacs20-current/Makefile b/editors/wemi-emacs20-current/Makefile index b5eea878e21d..53ae4a139ba5 100644 --- a/editors/wemi-emacs20-current/Makefile +++ b/editors/wemi-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/18 04:07:26 steve Exp $ +# $Id: Makefile,v 1.2 1999/02/17 12:44:26 kuriyama Exp $ # DISTNAME= wemi-${WEMI_VER} @@ -48,7 +48,7 @@ BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf .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 diff --git a/editors/wemi-emacs20/Makefile b/editors/wemi-emacs20/Makefile index 68e32dc549d0..fd286c678dfd 100644 --- a/editors/wemi-emacs20/Makefile +++ b/editors/wemi-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.3 1999/02/03 10:36:21 asami Exp $ +# $Id: Makefile,v 1.4 1999/02/17 12:44:26 kuriyama Exp $ # DISTNAME= wemi-${WEMI_VER} @@ -48,7 +48,7 @@ BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf .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 |