diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 06:38:35 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 06:38:35 +0800 |
commit | b24087e8a83f12f002dbc2c635896fac7ce51e26 (patch) | |
tree | 11fb62b1f14c3c83bfbf9afe15faa53f955ed7b6 /editors/openoffice-3-devel | |
parent | 801338dfb1937bcdcb22a284722e15d256eb5896 (diff) | |
download | freebsd-ports-gnome-b24087e8a83f12f002dbc2c635896fac7ce51e26.tar.gz freebsd-ports-gnome-b24087e8a83f12f002dbc2c635896fac7ce51e26.tar.zst freebsd-ports-gnome-b24087e8a83f12f002dbc2c635896fac7ce51e26.zip |
Neon and expat projects are missing in the official SRX643_00 branch.
Add distfiles for them with the OO.org build infrastructure from
SRX643 branch. What a mess !
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index d9c491edfa40..75a12ac6f1fa 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-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 \ +DISTFILES+= oo_${PORTVERSION}_src.tar.bz2 neon.tgz:moz expat.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 +EXTRACT_REST= gpc231.tar.Z neon.tgz expat.tgz JDK13DIR?= ${LOCALBASE}/jdk1.3.1 JAVAVM= ${JDK13DIR}/bin/java @@ -303,6 +303,8 @@ 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 @${MAKE} extract-mozilla @-${RM} ${WRKSRC}/../moz/zipped/*.zip .if defined(L10NHELP) |