From 411306e6d8eec507b800476ee122875538359ed0 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 30 Nov 2010 11:08:00 +0000 Subject: Some small modifications so that it meets Hamburg's requirement. Discussed with: Marcus Lange and "Jack L." --- editors/openoffice-3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/openoffice-3/Makefile') diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 8874b2e1878b..c26aa48534f5 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -84,9 +84,9 @@ EXECBASE?= openoffice.org-${OOOVERSION} DIST_SUBDIR= openoffice.org3 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 -PACKAGE_BASENAME= OOo_${OOOVERSION}_${OPSYS}${SIMPLEOSVER}X86-64 +PACKAGE_BASENAME= OOo_${OOOVERSION}_${OPSYS}${SIMPLEOSVER}x86-64 .else -PACKAGE_BASENAME= OOo_${OOOVERSION}_${OPSYS}${SIMPLEOSVER}Intel +PACKAGE_BASENAME= OOo_${OOOVERSION}_${OPSYS}${SIMPLEOSVER}x86 .endif LOCALIZED_LANG?= en-US -- cgit v1.2.3