Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 11:33:57 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402225 - head/textproc/gnugrep
Message-ID:  <201511221133.tAMBXvvX091596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Nov 22 11:33:57 2015
New Revision: 402225
URL: https://svnweb.freebsd.org/changeset/ports/402225

Log:
  - Make sure installed egrep/fgrep run correct GNU grep rather than base grep
  - Bump PORTREVISION

Modified:
  head/textproc/gnugrep/Makefile

Modified: head/textproc/gnugrep/Makefile
==============================================================================
--- head/textproc/gnugrep/Makefile	Sun Nov 22 10:26:23 2015	(r402224)
+++ head/textproc/gnugrep/Makefile	Sun Nov 22 11:33:57 2015	(r402225)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grep
 PORTVERSION=	2.22
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	GNU
 PKGNAMEPREFIX=	gnu
@@ -43,6 +44,7 @@ PCRE_CONFIGURE_OFF=	--disable-perl-regex
 .include <bsd.port.options.mk>
 
 post-patch:
+	@${REINPLACE_CMD} 's:@grep@:${LOCALBASE}/bin/&:' ${WRKSRC}/src/egrep.sh
 .if empty(PORT_OPTIONS:MNLS)
 	@${REINPLACE_CMD} '/install-exec-local:/s/install-exec-localcharset//' \
 		${WRKSRC}/lib/Makefile.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511221133.tAMBXvvX091596>