diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-02-10 02:16:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-02-10 02:16:44 +0000 |
commit | d887f800ea494fed1545952b5a63207aee5e4cd5 (patch) | |
tree | 52cd0c84a09eddeb72cf6c0a3fcec9d971cfc492 /editors/openoffice.org-3-devel/Makefile | |
parent | 89bba589abc9382a04c0ccfcd79573c99b7afb36 (diff) |
Rename SDK and URE names so that meet OOo's official criterion.
Discussed with: Marcus Lange <marcus.lange@oracle.com>, "Jack L." <xxjack12xx@gmail.com>
Notes
Notes:
svn path=/head/; revision=268851
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 126a0528c360..f0f8f8f72bbc 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-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= ${OOOTAG2}_${OPSYS}${SIMPLEOSVER}_x86-64 .else -PACKAGE_BASENAME= OOo-Dev_${OOOTAG2}_${OPSYS}${SIMPLEOSVER}_x86 +PACKAGE_BASENAME= ${OOOTAG2}_${OPSYS}${SIMPLEOSVER}_x86 .endif LOCALIZED_LANG?= en-US |