head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.38;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.30.15.08.30;	author ehaupt;	state Exp;
branches;
next	1.7;

1.7
date	2009.03.27.09.53.35;	author ehaupt;	state Exp;
branches;
next	1.6;

1.6
date	2008.03.27.19.27.34;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2006.12.19.22.28.43;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.01.12.13.53;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.19.11.39.14;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.06.11.57.11;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.19.10.45.15;	author garga;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	linklint
# Date created:				16 Sep 2005
# Whom:					Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/www/linklint/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	linklint
DISTVERSION=	2.3.6.d
CATEGORIES=	www
MASTER_SITES=	http://www.linklint.org/download/ \
		CRITICAL

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Perl script that checks links on web sites

USE_PERL5_RUN=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/linklint

post-patch:
	@@${REINPLACE_CMD} -e '1s|.*|#!${PERL}|' \
		${WRKSRC}/${DISTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
@


1.8
log
@Remove MAKE_JOBS_SAFE, port has no build target.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Mark MAKE_JOBS_SAFE
@
text
@a18 1
MAKE_JOBS_SAFE=	yes
@


1.6
log
@Use MASTER_SITE_CRITICAL
@
text
@d19 1
@


1.5
log
@Update to 2.3.6.d
@
text
@d12 1
a12 2
		http://critical.ch/distfiles/ \
		http://energy.critical.ch/distfiles/
@


1.4
log
@Add an additional mirror.
@
text
@d9 1
a9 1
PORTVERSION=	2.3.5
a21 5
HTMLDOC=	bugs.html doc_index.html dot.gif hints.html howitworks.html \
		index.html inputs.html language.html license.html linklint.gif \
		new.html outputs.html
DOC=		CHANGES.txt
PORTDOCS=	*
a29 8
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/html
	${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
.for f in ${HTMLDOC}
	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/html
.endfor
.endif

@


1.3
log
@Remove deprecated USE_REINPLACE
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.linklint.org/download/
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@a16 1
USE_REINPLACE=	yes
@


1.1
log
@Add linklint 2.3.5, perl script that checks links on web sites.

PR:		ports/86235
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d13 1
a13 1
MAINTAINER=	ehaupt@@critical.ch
@

