diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-10 22:30:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-10 22:30:15 +0000 |
commit | 2e06e972572263193536103240345e54b8498992 (patch) | |
tree | 577cfbc2546e3a1db20b9841d1bbd6fd118e225b /pkgtools | |
parent | 47d1034a05f9667de6d68313ed6dfacb24ccbdd6 (diff) | |
download | pkgsrc-2e06e972572263193536103240345e54b8498992.tar.gz |
Fix typo.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 31ac2583878..33f673b3345 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.2 2005/05/10 00:12:18 rillig Exp $ +# $NetBSD: deprecated.map,v 1.3 2005/05/10 22:30:15 wiz Exp $ # # This file contains names of Makefile variables and a short explanation @@ -17,7 +17,7 @@ NO_CDROM Use NO_BIN_ON_CDROM and/or NO_SRC_ON_CDROM instead. NO_PACKAGE Don't use it to enforce license restrictions. NO_PATCH You can just remove it. NO_WRKSUBDIR Use WRKSRC=${WRKDIR} instead. -PATCH_SITE_SUBDIR Use dome form of PATCHES_SITES instead. +PATCH_SITE_SUBDIR Use some form of PATCHES_SITES instead. PATCH_SUM_FILE Use DISTINFO_FILE instead. PKG_JVM Use PKG_DEFAULT_JVM instead. USE_BUILDLINK2 You can just remove it. |