diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-04 23:06:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-04 23:06:27 +0000 |
commit | cfe4d73b4eb970a521a2c2ea0fda6f8f3023b189 (patch) | |
tree | 85bcd4cea533fd771ee8656ad9593876d02fdd63 /editors/openoffice.org-2.0 | |
parent | e878b5dcc26252f0ab99489d349131a8ccd3da15 (diff) | |
download | ports-cfe4d73b4eb970a521a2c2ea0fda6f8f3023b189.tar.gz ports-cfe4d73b4eb970a521a2c2ea0fda6f8f3023b189.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 73fa70eb482e..2a9c23df48e6 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -12,7 +12,7 @@ MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \ ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ ${MASTER_SITE_MOZILLA:S/$/:mozsrc/} -MASTER_SITE_SUBDIR= mozilla/releases/mozilla${MOZILLA_VERSION}/source/:mozsrc +MASTER_SITE_SUBDIR+= mozilla/releases/mozilla${MOZILLA_VERSION}/source/:mozsrc DISTFILES+= OOo_2.0.0_src.tar.gz .if defined(WITH_GPC) DISTFILES+= gpc231.tar.Z:gpc |