aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-01-24 19:00:39 +0800
committermbr <mbr@FreeBSD.org>2003-01-24 19:00:39 +0800
commit3b5f69839db954b23995eab05c250d1a4f85c011 (patch)
treece0a425e7e2652f3a65780352a0aa7f913738372 /editors
parent21e3e6bc0b99f1c7a2269e2bc6c94fe184d095cf (diff)
downloadfreebsd-ports-gnome-3b5f69839db954b23995eab05c250d1a4f85c011.tar.gz
freebsd-ports-gnome-3b5f69839db954b23995eab05c250d1a4f85c011.tar.zst
freebsd-ports-gnome-3b5f69839db954b23995eab05c250d1a4f85c011.zip
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.
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/Makefile2
-rw-r--r--editors/openoffice.org-1.0/Makefile2
-rw-r--r--editors/openoffice/Makefile2
3 files changed, 3 insertions, 3 deletions
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