diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-04-02 05:10:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-04-02 05:10:14 +0000 |
commit | 0a0350ea36253acd13c84437042b7c9f56e43afe (patch) | |
tree | b426cfb39cbf8fd281e83c09fb1dc77e2ced8b66 /editors/openoffice.org-3-devel | |
parent | ef51096b70ec6d26c8c43d5f5a6b0deb2f947b41 (diff) | |
download | ports-0a0350ea36253acd13c84437042b7c9f56e43afe.tar.gz ports-0a0350ea36253acd13c84437042b7c9f56e43afe.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-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 a158676e2441..2459afd32e60 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -84,9 +84,9 @@ EXECBASE= openoffice.org-${OOOTAG}-${WITH_CWS} DIST_SUBDIR= openoffice.org3 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 -PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86-64 +PACKAGE_BASENAME= OOo_Dev_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86-64 .else -PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}Intel +PACKAGE_BASENAME= OOo_Dev_${OOOTAG}_${OPSYS}${SIMPLEOSVER}Intel .endif LOCALIZED_LANG?= en-US |