diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-11-30 11:57:12 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-11-30 11:57:12 +0000 |
commit | ebf36f80ea5e5a3777d6c50ff12fd7c9ebf50eb5 (patch) | |
tree | eacc878de66ec52ee7a9441962eaabda63116d77 /editors/openoffice-3-devel | |
parent | 36f124e9ac6cec23ad5f9ee8263c54d1305e3cc6 (diff) | |
download | ports-ebf36f80ea5e5a3777d6c50ff12fd7c9ebf50eb5.tar.gz ports-ebf36f80ea5e5a3777d6c50ff12fd7c9ebf50eb5.zip |
Notes
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index ae6355e6cc94..67d6ea96ce3b 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -90,9 +90,9 @@ EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 -PACKAGE_BASENAME= OOo-Dev_${OOOTAG2}_${OPSYS}${SIMPLEOSVER}x86-64 +PACKAGE_BASENAME= OOo-Dev_${OOOTAG2}_${OPSYS}${SIMPLEOSVER}_x86-64 .else -PACKAGE_BASENAME= OOo-Dev_${OOOTAG2}_${OPSYS}${SIMPLEOSVER}x86 +PACKAGE_BASENAME= OOo-Dev_${OOOTAG2}_${OPSYS}${SIMPLEOSVER}_x86 .endif LOCALIZED_LANG?= en-US |