diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-12-05 02:44:24 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-12-05 02:44:24 +0000 |
commit | f1a71251835657fc3851225cc9e3ea206a02c489 (patch) | |
tree | ad0d566df6c069c690dcfbfe897240527d2de1ff /editors | |
parent | fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-2/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 6e208c69d012..c1d8bb8c5005 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -59,8 +59,8 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -INSTALLATION_BASEDIR= openoffice.org${PORTVERSION} -EXECBASE= openoffice.org-${PORTVERSION} +INSTALLATION_BASEDIR?= openoffice.org${PORTVERSION} +EXECBASE?= openoffice.org-${PORTVERSION} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 6e208c69d012..c1d8bb8c5005 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -59,8 +59,8 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -INSTALLATION_BASEDIR= openoffice.org${PORTVERSION} -EXECBASE= openoffice.org-${PORTVERSION} +INSTALLATION_BASEDIR?= openoffice.org${PORTVERSION} +EXECBASE?= openoffice.org-${PORTVERSION} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 6e208c69d012..c1d8bb8c5005 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -59,8 +59,8 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -INSTALLATION_BASEDIR= openoffice.org${PORTVERSION} -EXECBASE= openoffice.org-${PORTVERSION} +INSTALLATION_BASEDIR?= openoffice.org${PORTVERSION} +EXECBASE?= openoffice.org-${PORTVERSION} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 6e208c69d012..c1d8bb8c5005 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -59,8 +59,8 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -INSTALLATION_BASEDIR= openoffice.org${PORTVERSION} -EXECBASE= openoffice.org-${PORTVERSION} +INSTALLATION_BASEDIR?= openoffice.org${PORTVERSION} +EXECBASE?= openoffice.org-${PORTVERSION} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 6e208c69d012..c1d8bb8c5005 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -59,8 +59,8 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -INSTALLATION_BASEDIR= openoffice.org${PORTVERSION} -EXECBASE= openoffice.org-${PORTVERSION} +INSTALLATION_BASEDIR?= openoffice.org${PORTVERSION} +EXECBASE?= openoffice.org-${PORTVERSION} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 6e208c69d012..c1d8bb8c5005 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -59,8 +59,8 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -INSTALLATION_BASEDIR= openoffice.org${PORTVERSION} -EXECBASE= openoffice.org-${PORTVERSION} +INSTALLATION_BASEDIR?= openoffice.org${PORTVERSION} +EXECBASE?= openoffice.org-${PORTVERSION} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel |