Date: Tue, 7 May 2013 14:27:41 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317614 - head/www/linklint Message-ID: <201305071427.r47ERfs6034409@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue May 7 14:27:41 2013 New Revision: 317614 URL: http://svnweb.freebsd.org/changeset/ports/317614 Log: - Use shebangfix macro - Trim header Modified: head/www/linklint/Makefile Modified: head/www/linklint/Makefile ============================================================================== --- head/www/linklint/Makefile Tue May 7 14:20:56 2013 (r317613) +++ head/www/linklint/Makefile Tue May 7 14:27:41 2013 (r317614) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linklint -# Date created: 16 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= linklint DISTVERSION= 2.3.6.d @@ -14,14 +10,13 @@ MASTER_SITES= http://www.linklint.org/do MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl script that checks links on web sites +USES= shebangfix USE_PERL5_RUN= yes NO_BUILD= yes -PLIST_FILES= bin/linklint +SHEBANG_FILES= ${DISTNAME} -post-patch: - @${REINPLACE_CMD} -e '1s|.*|#!${PERL}|' \ - ${WRKSRC}/${DISTNAME} +PLIST_FILES= bin/linklint do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305071427.r47ERfs6034409>