pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/flim Use GREP/EGREP and fix regexp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fa6259cc570
branches:  trunk
changeset: 361245:9fa6259cc570
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Apr 18 16:26:45 2017 +0000

description:
Use GREP/EGREP and fix regexp.

diffstat:

 devel/flim/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0f5d68f7ca2c -r 9fa6259cc570 devel/flim/Makefile
--- a/devel/flim/Makefile       Tue Apr 18 15:47:30 2017 +0000
+++ b/devel/flim/Makefile       Tue Apr 18 16:26:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/12/12 11:42:49 hauke Exp $
+# $NetBSD: Makefile,v 1.39 2017/04/18 16:26:45 jperkin Exp $
 
 DISTNAME=      flim-1.14.9
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -45,7 +45,7 @@
 
 do-install: plist
        cd ${WRKSRC};                                                   \
-       grep -v '^@' ${PLIST} | grep -E '/site-(|packages/)lisp/flim/' | \
+       ${GREP} -v '^@' ${PLIST} | ${EGREP} '/site-(packages/)?lisp/flim/' | \
        while read file; do                                             \
                file=$$( basename $$file );                             \
                ${INSTALL_DATA} $$file                                  \



Home | Main Index | Thread Index | Old Index