From 7b319b09449110572c3f52217430f9cb96951dd1 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 24 Jan 2003 11:00:39 +0000 Subject: The handbook is no longer installed if the RES_GER variable is missing. In 1.01 we got a builderror if it was defined twice, in 1.02 we get no handbook at all if it is not defined. --- editors/openoffice-1.0/Makefile | 2 +- editors/openoffice.org-1.0/Makefile | 2 +- editors/openoffice/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index e9cf12a85655..d8c3d826bf3b 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -71,7 +71,7 @@ PKGNAMESUFFIX= -${LANG_SUFFIX} # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && ${LANG_EXT}!=49 +.if defined(LANG_EXT) CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif .endif diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index e9cf12a85655..d8c3d826bf3b 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -71,7 +71,7 @@ PKGNAMESUFFIX= -${LANG_SUFFIX} # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && ${LANG_EXT}!=49 +.if defined(LANG_EXT) CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif .endif diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index e9cf12a85655..d8c3d826bf3b 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -71,7 +71,7 @@ PKGNAMESUFFIX= -${LANG_SUFFIX} # # LANG_CONFIGURE_ARG is missing for the german port # -.if defined(LANG_EXT) && ${LANG_EXT}!=49 +.if defined(LANG_EXT) CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS .endif .endif -- cgit v1.2.3