diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-17 22:49:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-17 22:49:09 +0000 |
commit | 40c5e498aaf33c636884a4639944dcef7e59bc91 (patch) | |
tree | b155f43485bfc18ea77264118cddd4175bb79694 | |
parent | c4ef6f2a8d3e190dd6ceefea1281afdb4e1361b8 (diff) | |
download | pkgsrc-40c5e498aaf33c636884a4639944dcef7e59bc91.tar.gz |
add missing REPLACE_LOCALEDIR_PATTERNS
-rw-r--r-- | devel/binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 1d974a3b85d..63426f3ed6f 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/01/21 20:53:09 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/03/17 22:49:09 dmcmahill Exp $ DISTNAME= binutils-2.15 PKGNAME= binutils-2.15.0.0 @@ -15,6 +15,7 @@ NOT_FOR_PLATFORM= Interix-*-* USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes +REPLACE_LOCALEDIR_PATTERNS+= Make-in USE_MAKEINFO= yes TEXINFO_REQD= 4.0 |