diff options
author | maho <maho@FreeBSD.org> | 2005-12-05 10:44:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-12-05 10:44:24 +0800 |
commit | 2f0ae2b4d1ce60b44f32ea725e0368961b914703 (patch) | |
tree | fd2d131df796b63d2ccdc751143218ba6279646e /editors/openoffice-3 | |
parent | d6277e1b90a3dd0618c3110ef941b9ddce9b4439 (diff) | |
download | freebsd-ports-gnome-2f0ae2b4d1ce60b44f32ea725e0368961b914703.tar.gz freebsd-ports-gnome-2f0ae2b4d1ce60b44f32ea725e0368961b914703.tar.zst freebsd-ports-gnome-2f0ae2b4d1ce60b44f32ea725e0368961b914703.zip |
Add ? so that ooo-build port can override
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |