diff options
author | maho <maho@FreeBSD.org> | 2005-04-26 06:28:57 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-04-26 06:28:57 +0800 |
commit | 2e7ddedcf5a53a6402e622599dfebf88a58d77d9 (patch) | |
tree | b7dfcd0b1db66014e2f5d1e8d7c1d3827f1e1374 /editors | |
parent | 798f53ff066d92306d69ef01be097cc3b16edb41 (diff) | |
download | freebsd-ports-gnome-2e7ddedcf5a53a6402e622599dfebf88a58d77d9.tar.gz freebsd-ports-gnome-2e7ddedcf5a53a6402e622599dfebf88a58d77d9.tar.zst freebsd-ports-gnome-2e7ddedcf5a53a6402e622599dfebf88a58d77d9.zip |
Fix packaging
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index ce16ea6591cb..050768462719 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -83,7 +83,7 @@ L10NHELPS= helpcontent_07_unix.tgz \ CODELINE= 645 RELEASE_NR= 1.1.4 MILESTONE= 53 -INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE} +INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR} EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE} DIST_SUBDIR= openoffice.org1.1 SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//' diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index ce16ea6591cb..050768462719 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -83,7 +83,7 @@ L10NHELPS= helpcontent_07_unix.tgz \ CODELINE= 645 RELEASE_NR= 1.1.4 MILESTONE= 53 -INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE} +INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR} EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE} DIST_SUBDIR= openoffice.org1.1 SIMPLEOSVER!= ${UNAME} -r | ${SED} -e 's/\.//g' | ${SED} -e 's/-.*//' |