--- wikisrc/pkgsrc/frequently_asked_questions_from_pkgsrc_developers.mdwn 2019/09/02 20:48:37 1.3 +++ wikisrc/pkgsrc/frequently_asked_questions_from_pkgsrc_developers.mdwn 2020/02/05 21:34:36 1.4 @@ -20,7 +20,7 @@ That's difficult. But you can get a very Another possibility is to run bmake show-all. This will list many (but not all) variables. -If you need more information about a specific variable, run bmake help topic=_VARNAME_ or have a look at [pkglint's variable definition file](http://cvsweb.de.netbsd.org/cgi-bin/cvsweb.cgi/pkgsrc/pkgtools/pkglint/files/makevars.map?rev=HEAD) +If you need more information about a specific variable, run bmake help topic=_VARNAME_ or have a look at [pkglint's variable definition file](https://github.com/NetBSD/pkgsrc/blob/trunk/pkgtools/pkglint/files/vardefs.go) ## When patching a GNU-style configure script, where should I add changes?