pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ugrep



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 15 06:34:19 UTC 2023

Modified Files:
        pkgsrc/textproc/ugrep: Makefile

Log Message:
ugrep: fix hash-bang-bash


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/textproc/ugrep/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.54 pkgsrc/textproc/ugrep/Makefile:1.55
--- pkgsrc/textproc/ugrep/Makefile:1.54 Mon Jun  5 19:26:22 2023
+++ pkgsrc/textproc/ugrep/Makefile      Thu Jun 15 06:34:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2023/06/05 19:26:22 adam Exp $
+# $NetBSD: Makefile,v 1.55 2023/06/15 06:34:19 adam Exp $
 
 DISTNAME=      ugrep-3.12.1
 CATEGORIES=    textproc
@@ -12,9 +12,12 @@ LICENSE=     modified-bsd
 
 .include "options.mk"
 
-USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake pkg-config
-GNU_CONFIGURE=         yes
+USE_LANGUAGES= c c++
+USE_TOOLS+=    bash:run gmake pkg-config
+GNU_CONFIGURE= yes
+
+REPLACE_BASH+= bin/ug+
+REPLACE_BASH+= bin/ugrep+
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/lz4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index