diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 14:27:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 14:27:41 +0000 |
commit | 148b5e70f9f17d0e0460fd0833a0ced930992d99 (patch) | |
tree | a01e1df12347c6b0d45afc0764bd0af19002f4e0 | |
parent | c6ea280b9af81df124eb73878ee15fee7ba4cd92 (diff) | |
download | ports-148b5e70f9f17d0e0460fd0833a0ced930992d99.tar.gz ports-148b5e70f9f17d0e0460fd0833a0ced930992d99.zip |
Notes
-rw-r--r-- | www/linklint/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/linklint/Makefile b/www/linklint/Makefile index c0f3ce3556b4..3997367c8d14 100644 --- a/www/linklint/Makefile +++ b/www/linklint/Makefile @@ -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/download/ \ 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} |