diff options
author | maho <maho@FreeBSD.org> | 2004-03-15 21:06:15 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-15 21:06:15 +0800 |
commit | bff80984b6461a68b92369bacb2f6096f79fd61a (patch) | |
tree | ba28cb7cb5ab40beeb74e79a7c7649e2f096997b /editors/openoffice-1.1 | |
parent | 340c7c92ecf4254d4d6fa4e8c6c8eca220592898 (diff) | |
download | freebsd-ports-gnome-bff80984b6461a68b92369bacb2f6096f79fd61a.tar.gz freebsd-ports-gnome-bff80984b6461a68b92369bacb2f6096f79fd61a.tar.zst freebsd-ports-gnome-bff80984b6461a68b92369bacb2f6096f79fd61a.zip |
1) remove IGNORE
2) set port name as 1.1.1.RC1 (RC2 will soon appear)
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 3d1de9d50f23..e7271a1b8912 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openoffice -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.1.RC1 CATEGORIES+= editors MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/%SUBDIR%/ \ @@ -20,20 +20,19 @@ MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \ http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help \ http://people.freebsd.org/~mbr/ooo/:moz -MASTER_SITE_SUBDIR= contrib/rc/${PORTVERSION}rc -DISTFILES+= OOo_${PORTVERSION}rc_source.tar.bz2 gpc231.tar.Z:gpc \ +MASTER_SITE_SUBDIR= contrib/rc/1.1.1rc +DISTFILES+= OOo_1.1.1rc_source.tar.bz2 gpc231.tar.Z:gpc \ patch-openoffice-mozilla101-2002-10-14:moz mozilla-vendor-1.0.2a.tgz:moz .if defined(L10NHELP) DISTFILES+= ${L10NHELP:S/$/:help/} .endif +EXTRACT_ONLY= OOo_1.1.1rc_source.tar.bz2 ZIP?= ${PREFIX}/bin/zip UNZIP?= ${PREFIX}/bin/unzip ANT?= ${LOCALBASE}/bin/ant TCSH?= /bin/tcsh -IGNORE= "Work In Progress" - USE_GNOME= orbit gtk12 .include <bsd.port.pre.mk> @@ -85,8 +84,6 @@ USE_GCC=3.2 CC= gcc32 CXX= g++32 -EXTRACT_ONLY= OOo_${PORTVERSION}rc_source.tar.bz2 - MAINTAINER= openoffice@FreeBSD.org COMMENT= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser @@ -460,7 +457,7 @@ do-build: .endif pre-install: - @${MKDIR} -p ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/${LANG_EXT}/osl/ + @${MKDIR} ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/${LANG_EXT}/osl/ do-install: .if !defined(DISPLAY) |