diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-07-02 23:43:10 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-07-02 23:43:10 +0000 |
commit | 18ca7798e455cbd9b15372f22f9b99379baf41e2 (patch) | |
tree | 2920f3181aa22d373829102835c90cb1bbfca142 /editors/openoffice.org-vcltesttool/Makefile | |
parent | e4aaf7a19c128ecb32281663ec173a9733cf9ac3 (diff) | |
download | ports-18ca7798e455cbd9b15372f22f9b99379baf41e2.tar.gz ports-18ca7798e455cbd9b15372f22f9b99379baf41e2.zip |
Remove Child Work Space part for cosmetic reason; as we no longer
use it over some milestones.
Notes
Notes:
svn path=/head/; revision=236938
Diffstat (limited to 'editors/openoffice.org-vcltesttool/Makefile')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 0b296e490743..f96d313d0090 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -12,7 +12,6 @@ PORTEPOCH?= 1 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://openoffice.lunarshells.com/sources/ \ - http://ooopackages.good-day.net/pub/OpenOffice.org/cws/:cws \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:antbin,} \ ${MASTER_SITE_MOZILLA:S/$/:mozsrc/} \ @@ -28,12 +27,6 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version) IGNORE= Now development is moved to openoffice.org-3-devel -.if defined(WITH_CWS) -PORTNAME:= openoffice.org-${WITH_CWS} -DISTFILES+= ${CWSARCHIVE}:cws -.endif -CWSARCHIVE= ${WITH_CWS}.tar.gz - NO_LATEST_LINK= yes USE_GNOME= desktopfileutils gtk20 MOZILLA_VERSION= 1.7.5 @@ -81,10 +74,6 @@ OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} SNAPDATE= 20080302 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} -.if defined(WITH_CWS) -INSTALLATION_BASEDIR= openoffice.org-${OOOTAG}-${WITH_CWS} -EXECBASE= openoffice.org-${OOOTAG}-${WITH_CWS} -.endif DIST_SUBDIR= openoffice.org2 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 @@ -186,9 +175,6 @@ pre-everything:: post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ -.if defined(WITH_CWS) - cd ${WRKSRC} ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/${CWSARCHIVE} -.endif .if defined(WITH_GPC) @cd ${WRKDIR} ; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/gpc231.tar.Z | ${TAR} xfz - @${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/external/gpc/ |