You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
grep: add new variant to install as ggrep
This commit is contained in:
committed by
Marius Schamschula
parent
f62633522e
commit
35915ffebe
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user