diff options
author | abs <abs@pkgsrc.org> | 2006-02-06 12:44:08 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-02-06 12:44:08 +0000 |
commit | 3799ccb5d3be6254e63dd4ad8897236ae759e9e9 (patch) | |
tree | 19b803d19935cc5acd4fe513f7b22eab91a17162 /pkgtools/pkg_chk/Makefile | |
parent | 1fa90dba0271f79a15e486437c1bb383b9317c0d (diff) | |
download | pkgsrc-3799ccb5d3be6254e63dd4ad8897236ae759e9e9.tar.gz |
Update pkg_chk to 1.76:
Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues
on Solaris which has feature-poor ftp in /usr/bin
Diffstat (limited to 'pkgtools/pkg_chk/Makefile')
-rw-r--r-- | pkgtools/pkg_chk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index 45a124a5cbf..83cd33fe0bc 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2006/01/15 12:32:56 abs Exp $ +# $NetBSD: Makefile,v 1.26 2006/02/06 12:44:08 abs Exp $ -DISTNAME= pkg_chk-1.66 +DISTNAME= pkg_chk-1.67 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |