diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-26 02:36:49 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-26 02:36:49 +0800 |
commit | 1a22253ec2e83b04600088d6780aecc92bc03e76 (patch) | |
tree | c89a2912fa180c89ddc652bb5bd1fb8f571477da /editors/openoffice.org-2-RC | |
parent | 66f15dbe2c0b81655b67725002dfed9711f065f5 (diff) | |
download | freebsd-ports-graphics-1a22253ec2e83b04600088d6780aecc92bc03e76.tar.gz freebsd-ports-graphics-1a22253ec2e83b04600088d6780aecc92bc03e76.tar.zst freebsd-ports-graphics-1a22253ec2e83b04600088d6780aecc92bc03e76.zip |
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-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 56651100a5f..a74c10c9cdb 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/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_2.0RC3_source.tar.bz2 gpc231.tar.Z:gpc EXTRACT_ONLY= OOo_2.0RC3_source.tar.bz2 |