diff options
author | maho <maho@FreeBSD.org> | 2007-07-09 05:36:39 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-09 05:36:39 +0000 |
commit | 700511e740b224bfd83202246543f0ca2345879c (patch) | |
tree | 155aec530021c8f19c2c286babf37f612b0e03ce /editors/openoffice.org-2-devel | |
parent | 27cb583ca1c39b10149856bde3a8666cc50d1892 (diff) | |
download | FreeBSD-ports-700511e740b224bfd83202246543f0ca2345879c.zip FreeBSD-ports-700511e740b224bfd83202246543f0ca2345879c.tar.gz |
X86_64->X86-64.
http://qa.openoffice.org/servlets/ReadMsg?list=dev&msgNo=9043
Submitted by: Andrea Pescetti
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 9b6c58f..380f953 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-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 |