diff options
author | mat <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | bc12b6beb26907f267f34c1f8598d120cabecbae (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /net-p2p/torrentsniff/Makefile | |
parent | 5616a93eb39854a280bacec86824bbec7824d5b3 (diff) | |
download | FreeBSD-ports-bc12b6beb26907f267f34c1f8598d120cabecbae.zip FreeBSD-ports-bc12b6beb26907f267f34c1f8598d120cabecbae.tar.gz |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net-p2p/torrentsniff/Makefile')
-rw-r--r-- | net-p2p/torrentsniff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/torrentsniff/Makefile b/net-p2p/torrentsniff/Makefile index eca0a26..e843760 100644 --- a/net-p2p/torrentsniff/Makefile +++ b/net-p2p/torrentsniff/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 NO_BUILD= yes -USES= shebangfix perl5 +USES= dos2unix shebangfix perl5 SHEBANG_FILES= torrentsniff do-install: |