diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-09 17:23:10 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-09 17:23:10 +0000 |
commit | c85fb84b4aea8203b1f9e915e4b4b1e20a1373ae (patch) | |
tree | b0283c5833589998f7a68db93aeddffd827af2cb /textproc/grep/Makefile | |
parent | 2a05f4ebb2ef55db30773f41b032f85379bffe30 (diff) | |
download | pkgsrc-c85fb84b4aea8203b1f9e915e4b4b1e20a1373ae.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 |