diff options
author | maho <maho@FreeBSD.org> | 2005-12-01 09:06:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-12-01 09:06:47 +0800 |
commit | e86aa8c8930019e19f2be20e489d6cb48cb75e2b (patch) | |
tree | 6384a4ffcab2e80a64c92e709f811a234c5bf68f /editors/openoffice.org-2-devel | |
parent | 65f3ab86890f7dabceb47efb53ae29377773b60c (diff) | |
download | freebsd-ports-gnome-e86aa8c8930019e19f2be20e489d6cb48cb75e2b.tar.gz freebsd-ports-gnome-e86aa8c8930019e19f2be20e489d6cb48cb75e2b.tar.zst freebsd-ports-gnome-e86aa8c8930019e19f2be20e489d6cb48cb75e2b.zip |
Prepare for upcoming ooo-build. PORTNAME and PORTVERSION are now set by ?=.
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 4729d754009b..1cf7d4d0a180 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTNAME= openoffice.org -PORTVERSION= 2.0.${SNAPDATE} -CATEGORIES+= editors +PORTNAME?= openoffice.org +PORTVERSION?= 2.0.${SNAPDATE} +CATEGORIES+= editors java MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \ ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ @@ -54,7 +54,7 @@ JAVA_VENDOR= bsdjava .include <${FILESDIR}/Makefile.localized> .if ${PERL_LEVEL} < 500600 -IGNORE= Install lang/perl5.8 then try again +IGNORE= install lang/perl5.8 then try again .endif CODELINE= 680 |