move example config file from share/examples to share/examples/weblint

This commit is contained in:
brad 2000-08-17 17:37:21 +00:00
parent f6fb1fc86a
commit cb11475695
3 changed files with 15 additions and 14 deletions

View File

@ -1,16 +1,15 @@
# $OpenBSD: Makefile,v 1.4 2000/07/11 15:39:59 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2000/08/17 17:37:21 brad Exp $
DISTNAME= weblint-1.020
CATEGORIES= www
NEED_VERSION= 1.312
MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \
http://www.perl.com/CPAN/authors/id/NEILB/
HOMEPAGE= http://www.weblint.org/
MAINTAINER= seanc@cginfo.sk.ca
MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \
http://www.perl.com/CPAN/authors/id/NEILB/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -19,8 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/weblint
${INSTALL_SCRIPT} ${WRKSRC}/weblint ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/weblint.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/weblintrc ${PREFIX}/share/examples
${INSTALL_DATA} ${WRKSRC}/weblintrc ${PREFIX}/share/examples/weblint
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ Weblint is a syntax and style checker for HTML. It is a perl program
that scans through web pages and "picks off fluff" much the way lint
handles C programs.
Author's web page is ${HOMEPAGE}
WWW: ${HOMEPAGE}

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.2 2000/07/11 15:40:01 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2000/08/17 17:37:23 brad Exp $
bin/weblint
man/man1/weblint.1
share/examples/weblintrc
share/examples/weblint/weblintrc
@dirrm share/examples/weblint