diff options
Diffstat (limited to 'editors/openoffice-devel/Makefile')
-rw-r--r-- | editors/openoffice-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 261f3bdf7147..d633f7c9608e 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,6 @@ PORTNAME= apache-openoffice PORTVERSION= 4.0.${SVNREVISION} -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -70,9 +69,9 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif OOOSRC= ApacheOpenOffice.r${SVNREVISION}${EXTRACT_SUFX} -EXTSRC= ApacheOpenOffice.ext_sources.r${SVNREVISION}${EXTRACT_SUFX} +EXTSRC= ApacheOpenOffice.ext_sources.r${SVNREVISION}_2${EXTRACT_SUFX} OOODIR= openoffice4 -SVNREVISION= 1517723 +SVNREVISION= 1543006 INSTALLATION_BASEDIR?= openoffice-r${SVNREVISION} EXECBASE?= openoffice-r${SVNREVISION} DIST_SUBDIR= openoffice |