grep: add new variant to install as ggrep

This commit is contained in:
George Plymale II
2018-06-19 23:33:37 -04:00
committed by Marius Schamschula
parent f62633522e
commit 35915ffebe
+5 -1
View File
@@ -27,8 +27,12 @@ configure.env PATH=/usr/bin:$env(PATH)
depends_lib port:pcre port:gettext
pre-test {
reinplace "s|base64 -d|base64 --decode|g" ${worksrcpath}/tests/pcre-jitstack
reinplace "s|base64 -d|base64 --decode|g" ${worksrcpath}/tests/pcre-jitstack
}
test.run yes
test.target check
variant g_prefix description {Install the program as ggrep} {
configure.args-append --program-prefix=g
}