diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-18 21:06:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-18 21:06:58 +0000 |
commit | 59b377b2b324a4c9406f5d6d606c174f3d42d509 (patch) | |
tree | f823adf3bda7d7a06268ead1d194ced092e84d04 /pkgtools | |
parent | e6c0c5fc573fa9f95d98b9fc33d03ef2ccaeb739 (diff) | |
download | pkgsrc-59b377b2b324a4c9406f5d6d606c174f3d42d509.tar.gz |
4.15.1: Fix PLIST (hi Roland!).
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 34f697e1c9b..de5ffc09223 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.236 2005/05/18 08:28:06 rillig Exp $ +# $NetBSD: Makefile,v 1.237 2005/05/18 21:06:58 wiz Exp $ # -DISTNAME= pkglint-4.15 +DISTNAME= pkglint-4.15.1 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkglint/PLIST b/pkgtools/pkglint/PLIST index 6304593dea1..edf6ae4cfbc 100644 --- a/pkgtools/pkglint/PLIST +++ b/pkgtools/pkglint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/02/12 11:27:14 rillig Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/05/18 21:06:58 wiz Exp $ bin/lintpkgsrc bin/pkglint bin/plist-clash @@ -6,4 +6,6 @@ man/cat1/lintpkgsrc.0 man/cat1/pkglint.0 man/man1/lintpkgsrc.1 man/man1/pkglint.1 +share/pkglint/deprecated.map share/pkglint/makevars.map +@dirrm share/pkglint |