configs  Diff

Differences From Artifact [a0d509573a]:

To Artifact [176b668a6a]:


1
2
3
4
5
# pkgsrc does not like MAKEFLAGS being set
function url2pkg
	set -lx MAKEFLAGS
	command url2pkg $argv
end


|
|

1
2
3
4
5
# pkgsrc does not like MAKEFLAGS being set
function url2pkg
    set -lx MAKEFLAGS
    command url2pkg $argv
end