diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-11-04 21:36:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-11-04 21:36:46 +0000 |
commit | bc6e48406df6aa1646726f78d1e7975fe240770f (patch) | |
tree | dd15af4ebbd51803e6d3a0b411506b1a80fbd654 /editors/openoffice.org-2-devel/Makefile | |
parent | d3c05bae82555fd5a0678998c38841509fa71bc8 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-2-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index acb0c2e4587c..73c35c3f9da3 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -72,10 +72,10 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -MILESTONE?= 186 +MILESTONE?= 191 OOOTAG?= SRC680_m${MILESTONE} -OOOSRC?= OOo_SRC680_m${MILESTONE}_source${EXTRACT_SUFX} -SNAPDATE= 20060928 +OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} +SNAPDATE= 20061101 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org2.0 @@ -149,7 +149,7 @@ LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl .endif GNU_CONFIGURE= yes -WRKSRC?= ${WRKDIR}/SRC680_m${MILESTONE} +WRKSRC?= ${WRKDIR}/${OOOTAG} CONFIGURE_WRKSRC= ${WRKSRC}/config_office TCSH?= /bin/tcsh PKGMESSAGE= ${WRKDIR}/pkg-message |