From 4bb31a9458cf5c81e753e3396f76834992b5c2f5 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 30 Nov 2010 11:15:48 +0000 Subject: More cleaner filename for upload. --- editors/openoffice.org-3-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/openoffice.org-3-devel') diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index f7a2c6b692d0..ae6355e6cc94 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -81,6 +81,7 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh MILESTONE?= 94 OOOTAG?= DEV300_m${MILESTONE} +OOOTAG2= ${OOOTAG:C/_//g} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 SNAPDATE= 20101122 @@ -89,9 +90,9 @@ EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 -PACKAGE_BASENAME= OOo-Dev_${OOOTAG}_${OPSYS}${SIMPLEOSVER}x86-64 +PACKAGE_BASENAME= OOo-Dev_${OOOTAG2}_${OPSYS}${SIMPLEOSVER}x86-64 .else -PACKAGE_BASENAME= OOo-Dev_${OOOTAG}_${OPSYS}${SIMPLEOSVER}x86 +PACKAGE_BASENAME= OOo-Dev_${OOOTAG2}_${OPSYS}${SIMPLEOSVER}x86 .endif LOCALIZED_LANG?= en-US -- cgit v1.2.3