diff options
author | maho <maho@FreeBSD.org> | 2010-11-30 19:57:12 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-11-30 19:57:12 +0800 |
commit | 60c8c7ec02b58fb6b09401493afbb526e7afd77e (patch) | |
tree | 783d321bcae9fafe79f0502310b75e85a32c01ee /editors/openoffice-3 | |
parent | 1b0b01c11dfb70d44f86ef54bfc1266494501cf0 (diff) | |
download | freebsd-ports-gnome-60c8c7ec02b58fb6b09401493afbb526e7afd77e.tar.gz freebsd-ports-gnome-60c8c7ec02b58fb6b09401493afbb526e7afd77e.tar.zst freebsd-ports-gnome-60c8c7ec02b58fb6b09401493afbb526e7afd77e.zip |
More better package name for upload.
Discussed with: Marcus Lange <marcus.lange@oracle.com>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index c26aa48534f5..ee64c6f4eb65 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}x86 +PACKAGE_BASENAME= OOo_${OOOVERSION}_${OPSYS}${SIMPLEOSVER}_x86 .endif LOCALIZED_LANG?= en-US |