diff options
author | maho <maho@FreeBSD.org> | 2005-11-05 07:06:27 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-11-05 07:06:27 +0800 |
commit | 68eadd20dd25e27e23d1fcf2f90ba3628d8e0dd5 (patch) | |
tree | 89d11c07b9da4068037c4b37086695309745b2ec /editors/openoffice.org-3-RC | |
parent | 1a0e036e549b001b891980e00092b2a00190e5a0 (diff) | |
download | freebsd-ports-gnome-68eadd20dd25e27e23d1fcf2f90ba3628d8e0dd5.tar.gz freebsd-ports-gnome-68eadd20dd25e27e23d1fcf2f90ba3628d8e0dd5.tar.zst freebsd-ports-gnome-68eadd20dd25e27e23d1fcf2f90ba3628d8e0dd5.zip |
Do not hardcode MASTER_SITE_SUBDIR
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 73fa70eb482e..2a9c23df48e6 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/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 |