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-devel | |
parent | e878b5dcc26252f0ab99489d349131a8ccd3da15 (diff) | |
download | ports-cfe4d73b4eb970a521a2c2ea0fda6f8f3023b189.tar.gz ports-cfe4d73b4eb970a521a2c2ea0fda6f8f3023b189.zip |
Do not hardcode MASTER_SITE_SUBDIR
Notes
Notes:
svn path=/head/; revision=147242
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index 0e18ef630e69..d4c0794b1700 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/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_${RELEASE_NR}m${MILESTONE}_source.tar.bz2 .if defined(WITH_GPC) DISTFILES+= gpc231.tar.Z:gpc |