summaryrefslogtreecommitdiff
path: root/textproc/grep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/grep/Makefile')
-rw-r--r--textproc/grep/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index 9e5b802c096..452702cf58a 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2012/06/01 19:47:46 cheusov Exp $
-#
+# $NetBSD: Makefile,v 1.28 2012/08/03 13:07:54 adam Exp $
-DISTNAME= grep-2.5.3
-PKGREVISION= 3
+DISTNAME= grep-2.13
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/grep/grep.html
@@ -14,18 +12,17 @@ LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --disable-perl-regexp
-USE_PKGLOCALEDIR= YES
+USE_PKGLOCALEDIR= yes
USE_TOOLS+= makeinfo msgfmt
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-perl-regexp
+CONFIGURE_ARGS+= --program-prefix=g
+CONFIGURE_ENV+= MKDIR_P=${INSTALL_DATA_DIR:Q}
INFO_FILES= yes
TEXINFO_REQD= 4.0
-CONFIGURE_ENV+= MKDIR_P=${INSTALL_DATA_DIR:Q}
INSTALLATION_DIRS= gnu/bin gnu/man/man1
-CONFIGURE_ARGS+= --program-prefix=g
-
post-install:
.for g n in bin/ggrep gnu/bin/grep bin/gegrep gnu/bin/egrep \
bin/gfgrep gnu/bin/fgrep \