aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc-ooo
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2005-10-26 02:36:49 +0800
committerfenner <fenner@FreeBSD.org>2005-10-26 02:36:49 +0800
commit1a22253ec2e83b04600088d6780aecc92bc03e76 (patch)
treec89a2912fa180c89ddc652bb5bd1fb8f571477da /lang/gcc-ooo
parent66f15dbe2c0b81655b67725002dfed9711f065f5 (diff)
downloadfreebsd-ports-gnome-1a22253ec2e83b04600088d6780aecc92bc03e76.tar.gz
freebsd-ports-gnome-1a22253ec2e83b04600088d6780aecc92bc03e76.tar.zst
freebsd-ports-gnome-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 'lang/gcc-ooo')
-rw-r--r--lang/gcc-ooo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile
index d0819c1d0704..9f00c30eed47 100644
--- a/lang/gcc-ooo/Makefile
+++ b/lang/gcc-ooo/Makefile
@@ -10,8 +10,7 @@ PORTNAME= gcc-ooo
PORTVERSION= 3.4.1
PORTREVISION= 2
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GCC} \
- ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= releases/gcc-${PORTVERSION}
DISTFILES= \
gcc-core-${PORTVERSION}${EXTRACT_SUFX} \