diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-11-30 11:15:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-11-30 11:15:48 +0000 |
commit | 4bb31a9458cf5c81e753e3396f76834992b5c2f5 (patch) | |
tree | 76c915301e320f09c3eee72b1e80c63218947be5 /editors/openoffice.org-3-devel/Makefile | |
parent | 411306e6d8eec507b800476ee122875538359ed0 (diff) |
More cleaner filename for upload.
Notes
Notes:
svn path=/head/; revision=265443
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |