summaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-vcltesttool
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2005-10-25 18:36:49 +0000
committerfenner <fenner@FreeBSD.org>2005-10-25 18:36:49 +0000
commit1a22253ec2e83b04600088d6780aecc92bc03e76 (patch)
treec89a2912fa180c89ddc652bb5bd1fb8f571477da /editors/openoffice.org-vcltesttool
parent66f15dbe2c0b81655b67725002dfed9711f065f5 (diff)
downloadFreeBSD-ports-1a22253ec2e83b04600088d6780aecc92bc03e76.zip
FreeBSD-ports-1a22253ec2e83b04600088d6780aecc92bc03e76.tar.gz
Fix ${MASTER_SITE_foo} usage.
- Use the proper syntax for grouping when using ${MASTER_SITE_foo} - Don't use ${MASTER_SITE_LOCAL} with no local user subdir. Approved by: MAINTAINER timeout (2 weeks)
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index e492019..fcddd16 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -11,7 +11,8 @@ CATEGORIES+= editors
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,%SUBDIR%,mozilla/releases/mozilla${MOZILLA_VERSION}/&,}source/:mozsrc
+ ${MASTER_SITE_MOZILLA:S/$/:mozsrc/}
+MASTER_SITE_SUBDIR= mozilla/releases/mozilla${MOZILLA_VERSION}/source/:mozsrc
DISTFILES+= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2 gpc231.tar.Z:gpc
EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
OpenPOWER on IntegriCloud