diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-07 22:24:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-07 22:24:04 +0000 |
commit | 2392e577cd80b0679c0add2299b60a1b330ae003 (patch) | |
tree | 53c626145bf16f773f5bdddd79f2ed0bbd31a524 /pkgtools/pkg_filecheck | |
parent | 69bf1568b2873c65a67ad9de35f128ce642e5fe0 (diff) | |
download | pkgsrc-2392e577cd80b0679c0add2299b60a1b330ae003.tar.gz |
Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable).
Diffstat (limited to 'pkgtools/pkg_filecheck')
-rw-r--r-- | pkgtools/pkg_filecheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_filecheck/Makefile b/pkgtools/pkg_filecheck/Makefile index b1de6d1f931..6719244da3f 100644 --- a/pkgtools/pkg_filecheck/Makefile +++ b/pkgtools/pkg_filecheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:05 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/05/07 22:24:04 wiz Exp $ # DISTNAME= pkg_filecheck-0.1 @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= dillo@NetBSD.org -#HOMEPAGE= http://www.NetBSD.org/Documentation/netbsd/Packages.txt +#HOMEPAGE= http://www.NetBSD.org/Documentation/netbsd/doc/pkgsrc.html COMMENT= Check for files not owned by any package WRKSRC= ${WRKDIR} |