diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-08 07:32:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-08 07:32:12 +0000 |
commit | 5042b0369c522573801837eee551f9d788bcda1b (patch) | |
tree | 39ed7544806b6821e3c3d4ea7d53ed2174ab627b /devel/mingw32-binutils/Makefile | |
parent | The secondary mastersites were (diff) |
Fix the wrong MASTER_SITE_SUBDIR.
PR: ports/19775
Submitted by: Maintainer
Diffstat (limited to '')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 8b142a3d5444..1ab271a82c48 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -9,7 +9,7 @@ PORTNAME= binutils PORTVERSION= 2.9.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= binutil +MASTER_SITE_SUBDIR= binutils PKGNAMEPREFIX= mingw- MAINTAINER= tino@pa2.so-net.ne.jp |