diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-23 07:02:29 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-23 07:02:29 +0800 |
commit | b0d9125938f9eb340f59d708762b6100105127c6 (patch) | |
tree | 4737cbea495273aa5931367debe0f29e76448821 /editors/openoffice-1.1-devel/Makefile | |
parent | 0ba33a0916c5578c71795cd1fd4666dd2141d018 (diff) | |
download | freebsd-ports-gnome-b0d9125938f9eb340f59d708762b6100105127c6.tar.gz freebsd-ports-gnome-b0d9125938f9eb340f59d708762b6100105127c6.tar.zst freebsd-ports-gnome-b0d9125938f9eb340f59d708762b6100105127c6.zip |
Remove expat patch. Expat is included in the release tarball, but in a
different location. Add a patch to fix the build.
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index aede958b74a7..aeca65365a8e 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -15,7 +15,7 @@ MASTER_SITES+= http://ny1.mirror.openoffice.org/developer/%SUBDIR%/ \ http://ny1.mirror.openoffice.org/miscellaneous/helpcontent/:help \ http://people.freebsd.org/~mbr/ooo/:moz MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTFILES+= oo_${PORTVERSION}_src.tar.bz2 neon.tgz:moz expat.tgz:moz \ +DISTFILES+= oo_${PORTVERSION}_src.tar.bz2 neon.tgz:moz \ gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz .if defined(L10NHELP) DISTFILES+= ${L10NHELP:S/$/:help/} @@ -113,7 +113,7 @@ USE_GMAKE= yes EXTRACT_BEFORE_ARGS_R= -dc EXTRACT_AFTER_ARGS_R= | ${TAR} -xf - EXTRACT_CMD_R= ${GZIP_CMD} -EXTRACT_REST= gpc231.tar.Z neon.tgz expat.tgz +EXTRACT_REST= gpc231.tar.Z neon.tgz JDK13DIR?= ${LOCALBASE}/jdk1.3.1 JAVAVM= ${JDK13DIR}/bin/java @@ -303,8 +303,7 @@ post-extract: done @${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/../external/gpc/ @${CP} ${WRKDIR}/gpc231/gpc.h ${WRKSRC}/../external/gpc/ - @${CP} -r ${WRKDIR}/neon ${WRKSRC}/../external - @${CP} -r ${WRKDIR}/expat ${WRKSRC}/../external + @${CP} -r ${WRKDIR}/neon ${WRKSRC}/../ @${MAKE} extract-mozilla @-${RM} ${WRKSRC}/../moz/zipped/*.zip .if defined(L10NHELP) |