aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-10-14 16:47:14 +0800
committerErwin Lansing <erwin@FreeBSD.org>2004-10-14 16:47:14 +0800
commit362d1f7c4e20bba777588dd0f98ef74ed13dcc54 (patch)
tree5eb3e957f443bacaf74cd63841d51270a5f3a517 /editors
parent85b4b2b9c1822f3932ce82b89f2cd7b5c3acac6c (diff)
downloadfreebsd-ports-gnome-362d1f7c4e20bba777588dd0f98ef74ed13dcc54.tar.gz
freebsd-ports-gnome-362d1f7c4e20bba777588dd0f98ef74ed13dcc54.tar.zst
freebsd-ports-gnome-362d1f7c4e20bba777588dd0f98ef74ed13dcc54.zip
Restore a piece of the previous commit that does some magic around
PKGNAMEPREFIX. I'm not sure about the implications for the build of OOo, but at least it fixes INDEX builds.
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1/Makefile6
-rw-r--r--editors/openoffice.org-1.1/Makefile6
2 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index c8b9e47c816b..60935c0e9cb9 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -74,6 +74,12 @@ RELEASE_NR= ${PORTVERSION}
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
DIST_SUBDIR= openoffice1.1
SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//'
+.if defined(LANG_PKGNAME)
+PKGNAMEPREFIX= ${LANG_PKGNAME}-
+.endif
+.if defined(LANG_SUFFIX)
+PKGNAMESUFFIX?= -${LANG_SUFFIX}
+.endif
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
# FIXME
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index c8b9e47c816b..60935c0e9cb9 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -74,6 +74,12 @@ RELEASE_NR= ${PORTVERSION}
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
DIST_SUBDIR= openoffice1.1
SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//'
+.if defined(LANG_PKGNAME)
+PKGNAMEPREFIX= ${LANG_PKGNAME}-
+.endif
+.if defined(LANG_SUFFIX)
+PKGNAMESUFFIX?= -${LANG_SUFFIX}
+.endif
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
# FIXME