diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-12-01 01:06:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-12-01 01:06:47 +0000 |
commit | 16a5b4891f58d125c64a1800ec775bf7f1f07464 (patch) | |
tree | 14dc4477000a528527055139b3b56f5b5dc2c4ea /editors/openoffice.org-2.0 | |
parent | 4b1fc7aa9da6ac2594f402cddd9d2fbc0a19c8d3 (diff) | |
download | ports-16a5b4891f58d125c64a1800ec775bf7f1f07464.tar.gz ports-16a5b4891f58d125c64a1800ec775bf7f1f07464.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index e73532fe7ad1..6e208c69d012 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -PORTNAME= openoffice.org -PORTVERSION= 2.0.0 +PORTNAME?= openoffice.org +PORTVERSION?= 2.0.0 PORTREVISION= 1 -CATEGORIES+= editors +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 |