summaryrefslogtreecommitdiff
path: root/lang/gcc-ooo
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2005-10-25 18:36:49 +0000
committerBill Fenner <fenner@FreeBSD.org>2005-10-25 18:36:49 +0000
commit3e5d9c7f1f1157e7628eec768809c4e039f25942 (patch)
treef9e7ab4458c18028fd692a0f836f8eb0267f92db /lang/gcc-ooo
parentUpdate to 1.3 and split into master and slave port (diff)
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)
Notes
Notes: svn path=/head/; revision=146340
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} \