Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/www/weblint/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/www/weblint/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.20 diff -u -p -r1.9 -r1.20 --- pkgsrc/www/weblint/Makefile 2001/11/29 13:27:48 1.9 +++ pkgsrc/www/weblint/Makefile 2012/10/03 21:59:05 1.20 @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.9 2001/11/29 13:27:48 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 21:59:05 wiz Exp $ # DISTNAME= weblint-1.020 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.perl.com/CPAN/authors/id/NEILB/ \ - ftp://ftp.loaded.net/pub/CPAN/authors/id/NEILB/ \ - ftp://ftp.freesoftware.com/pub/perl/CPAN/authors/id/NEILB/ \ - ftp://ftp.gmd.de/mirrors/CPAN/authors/id/NEILB/ \ - ftp://cpan.perl.org/CPAN/authors/id/NEILB/ + ftp://ftp.gmd.de/mirrors/CPAN/authors/id/NEILB/ -MAINTAINER= packages@netbsd.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.weblint.org/ COMMENT= HTML validator and sanity checker -USE_BUILDLINK_ONLY= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= perl:run +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 -.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk"