diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-09 05:36:39 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-09 05:36:39 +0000 |
commit | 9ce66de125b70ccf52e2ca7b3ac07140b0ae100f (patch) | |
tree | 83555480e93ede5bec8da1e70bb50af4fdaa0e6f /editors/openoffice.org-3-devel | |
parent | 58b7bf01730a7a75c66729a15576f6028d49485d (diff) | |
download | ports-9ce66de125b70ccf52e2ca7b3ac07140b0ae100f.tar.gz ports-9ce66de125b70ccf52e2ca7b3ac07140b0ae100f.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 9b6c58f8d528..380f953dd999 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -79,7 +79,7 @@ EXECBASE= openoffice.org-${OOOTAG}-${WITH_CWS} DIST_SUBDIR= openoffice.org2 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 -PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86_64 +PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86-64 .else PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}Intel .endif |