diff options
author | wiz <wiz> | 2013-01-23 17:47:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-23 17:47:15 +0000 |
commit | f95cc07ece177b3e541d289b3955a11250896239 (patch) | |
tree | d51421809c077ad4c7b83bc6a9bc1f1a00916d94 | |
parent | 374136480f50c5d1f6933e95b53e5cee47b67904 (diff) | |
download | pkgsrc-f95cc07ece177b3e541d289b3955a11250896239.tar.gz |
Fix typo in variable name.
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 7db660de740..52899f3bfcb 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.229 2012/12/11 14:58:00 ryoon Exp $ +# $NetBSD: makevars.map,v 1.230 2013/01/23 17:47:15 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -632,7 +632,7 @@ PTHREAD_LIBS List of LdFlag [$system] PTHREAD_OPTS List of { native optional require } [m:as,c:a,b:a] PTHREAD_TYPE Identifier [$system] # ^^ or "native" or "none". -PY_PATCHLIST Yes [$package] +PY_PATCHPLIST Yes [$package] PYPKGPREFIX { py26 py27 py31 py32 } [*:pu, pyversion.mk:s, *:] PYTHON_FOR_BUILD_ONLY Yes [$package] PYTHON_PATCH_SCRIPTS List of Pathmask [$package_list] |