diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 07:33:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 07:33:41 +0000 |
commit | 19ae251b54b068aae1520c17885ecae948e723bc (patch) | |
tree | e2c71147def7c03ff268350288657b4e7692d180 /net | |
parent | be856e74d2486c2042594b76c9cade12ee3f3c07 (diff) | |
download | ports-19ae251b54b068aae1520c17885ecae948e723bc.tar.gz ports-19ae251b54b068aae1520c17885ecae948e723bc.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ip6_int/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net/ip6_int/Makefile b/net/ip6_int/Makefile index cac1cb53bf74..dda685f376b3 100644 --- a/net/ip6_int/Makefile +++ b/net/ip6_int/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ip6_int -# Date created: 22 November 2001 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= ip6_int PORTVERSION= 1.0 @@ -19,14 +15,13 @@ COMMENT= Convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR value PLIST_FILES= bin/ip6_int NO_BUILD= yes USE_PERL5= yes +USES= shebangfix +SHEBANG_FILES= ip6_int do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} -post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/ip6_int - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ip6_int ${PREFIX}/bin |