diff options
author | maho <maho@FreeBSD.org> | 2005-05-14 09:06:26 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-05-14 09:06:26 +0800 |
commit | a29ebd0de3e5c3b3bf309e784f499cea0c096221 (patch) | |
tree | a9386e06d3513ed17b45d2b897b4ff8a9878789d /lang | |
parent | 7ae8885335c3a5a4d06a6ed5f1520540797f7f2c (diff) | |
download | freebsd-ports-gnome-a29ebd0de3e5c3b3bf309e784f499cea0c096221.tar.gz freebsd-ports-gnome-a29ebd0de3e5c3b3bf309e784f499cea0c096221.tar.zst freebsd-ports-gnome-a29ebd0de3e5c3b3bf309e784f499cea0c096221.zip |
Make fetchable
Submitted by: "Jack L." <xxjack12xx at doramail dot com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-ooo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index 825e8aefe746..1b2702a30d5d 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -12,6 +12,7 @@ PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} \ ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= releases/gcc-${PORTVERSION} DISTFILES= \ gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ gcc-g++-${PORTVERSION}${EXTRACT_SUFX} \ |