diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-05-25 22:54:52 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-05-25 22:54:52 +0000 |
commit | 55abac1679dcc04d780ac2877f1f60a4c446b3b0 (patch) | |
tree | 1b9fdc299c24ffab91d9871f35345524e30b479e /editors/openoffice.org-2/Makefile | |
parent | fd3afa3075e3ab867d4b6dff8b7b4b824bb63489 (diff) | |
download | ports-55abac1679dcc04d780ac2877f1f60a4c446b3b0.tar.gz ports-55abac1679dcc04d780ac2877f1f60a4c446b3b0.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2/Makefile')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 625e45a35134..06a6982352a9 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -84,7 +84,7 @@ EXECBASE?= openoffice.org-${OOOVERSION} INSTALLATION_BASEDIR= openoffice.org-${OOOVERSION}-${WITH_CWS} EXECBASE= openoffice.org-${OOOVERSION}-${WITH_CWS} .endif -DIST_SUBDIR= openoffice.org2.0 +DIST_SUBDIR= openoffice.org2 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 PACKAGE_BASENAME= OOo_${OOOVERSION}_${OPSYS}${SIMPLEOSVER}X86_64 |