aboutsummaryrefslogtreecommitdiffstats
path: root/net/ip6_int
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-07-26 15:33:41 +0800
committeraz <az@FreeBSD.org>2013-07-26 15:33:41 +0800
commit665183f53eb74ec3fb00d82d5e4d998804f85ad2 (patch)
treee2c71147def7c03ff268350288657b4e7692d180 /net/ip6_int
parente80ef1fc474e04a3b1999f45fd39114572d34f44 (diff)
downloadfreebsd-ports-gnome-665183f53eb74ec3fb00d82d5e4d998804f85ad2.tar.gz
freebsd-ports-gnome-665183f53eb74ec3fb00d82d5e4d998804f85ad2.tar.zst
freebsd-ports-gnome-665183f53eb74ec3fb00d82d5e4d998804f85ad2.zip
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
Diffstat (limited to 'net/ip6_int')
-rw-r--r--net/ip6_int/Makefile11
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