diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-05-02 02:54:47 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-05-02 02:54:47 +0800 |
commit | 4ba8851f6329b26d2a6ef551951069f02331fb9a (patch) | |
tree | 1004f0bf75ea83d1eaa53cb12424e1b185e0259a /lang | |
parent | 26d0819676d0d4e7b1124dba1bf0e6ea510d3a82 (diff) | |
download | freebsd-ports-gnome-4ba8851f6329b26d2a6ef551951069f02331fb9a.tar.gz freebsd-ports-gnome-4ba8851f6329b26d2a6ef551951069f02331fb9a.tar.zst freebsd-ports-gnome-4ba8851f6329b26d2a6ef551951069f02331fb9a.zip |
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.
Suggested by: mat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index ca1cc99c3441..1741db724669 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -5,8 +5,7 @@ PORTNAME= gcc PORTVERSION= 4.8.4 PORTREVISION= 3 CATEGORIES= lang java -MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} +MASTER_SITES= GCC/releases/gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.8 |