openbsd-ports/www/weblint/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

21 lines
664 B
Makefile

# $OpenBSD: Makefile,v 1.2 2000/02/11 01:10:14 espie Exp $
DISTNAME= weblint-1.020
CATEGORIES= www
MAINTAINER= seanc@cginfo.sk.ca
MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \
http://www.perl.com/CPAN/authors/id/NEILB/
post-install:
.if !defined(NOPORTDOCS)
@echo "==> Installing weblint docs in ${PREFIX}/share/doc/weblint"
@mkdir -p ${PREFIX}/share/doc/weblint && ${CHMOD} a+rx ${PREFIX}/share/doc/weblint
@${INSTALL_DATA} ${WRKSRC}/weblint.ps ${PREFIX}/share/doc/weblint
@${INSTALL_DATA} ${WRKSRC}/weblintrc ${PREFIX}/share/doc/weblint
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/weblint
.endif
.include <bsd.port.mk>