diff options
author | cjep <cjep> | 2003-01-09 17:23:10 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-09 17:23:10 +0000 |
commit | 4fb1cbe05b8e4dfd7daf329ae87e6c9f2bfd9dbc (patch) | |
tree | b0283c5833589998f7a68db93aeddffd827af2cb /textproc/grep/Makefile | |
parent | ed07f13b1507f4333b7f3c236d570cf8849363b4 (diff) | |
download | pkgsrc-4fb1cbe05b8e4dfd7daf329ae87e6c9f2bfd9dbc.tar.gz |
USE_PKGLOCALEDIR=yes. Fixes PLIST problems on SunOS
Diffstat (limited to 'textproc/grep/Makefile')
-rw-r--r-- | textproc/grep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 9026592a6d0..68bb1470321 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/12/25 19:54:58 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/09 17:23:10 cjep Exp $ # DISTNAME= grep-2.5 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/grep/grep.html COMMENT= GNU grep USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES BUILD_USES_MSGFMT= YES TEXINFO_REQD= 4.0 |