diff options
author | wiz <wiz> | 2011-05-15 16:30:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-05-15 16:30:59 +0000 |
commit | cf66fd14d4876c9b22ab85cf8f8be280fbc05407 (patch) | |
tree | b90289fa503e92074a3ea1eec12fe29043bdc5fc /pkgtools/pkglint | |
parent | f94108520bf72fc3c08569c4f0e1b0e153a3702d (diff) | |
download | pkgsrc-cf66fd14d4876c9b22ab85cf8f8be280fbc05407.tar.gz |
Mark PKG_APACHE_ACCEPTED as package-settable.
Diffstat (limited to 'pkgtools/pkglint')
-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 9e11e9fe4cd..e7afbf4c853 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.210 2011/05/12 12:31:05 adam Exp $ +# $NetBSD: makevars.map,v 1.211 2011/05/15 16:30:59 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -541,7 +541,7 @@ PKGVERSION Version [$system] PKGWILDCARD Filemask [$system] PKG_ADMIN ShellCommand [$system] PKG_APACHE { apache13 apache2 apache22 } [$system] -PKG_APACHE_ACCEPTED List of { apache13 apache2 apache22 } +PKG_APACHE_ACCEPTED List of { apache13 apache2 apache22 } [$package] PKG_APACHE_DEFAULT { apache13 apache2 apache22 } [$user] PKG_CONFIG Yes [$user] # ^^ No, this is not the popular command from GNOME, but the setting |