mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net-mgmt/sendip: fix help2man script
PR: 192167 Approved by: coco@executive-computing.de (maintainer)
This commit is contained in:
parent
a84c115a09
commit
3ac88e339a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363375
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sendip
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-mgmt ipv6
|
||||
MASTER_SITES= http://www.earth.li/projectpurple/files/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Tue Jan 28 13:03:48 2003
|
||||
+++ Makefile Tue Jan 28 13:04:35 2003
|
||||
--- Makefile.orig 2002-10-12 19:28:00.000000000 +0200
|
||||
+++ Makefile 2014-07-27 16:43:13.000000000 +0200
|
||||
@@ -1,23 +1,23 @@
|
||||
#configureable stuff
|
||||
-PREFIX ?= /usr/local
|
||||
@ -34,3 +34,12 @@
|
||||
|
||||
PROGS= sendip
|
||||
BASEPROTOS= ipv4.so ipv6.so
|
||||
@@ -39,7 +39,7 @@
|
||||
$(CC) -o $@ $(LDFLAGS) $(CFLAGS) $+ ; \
|
||||
fi"
|
||||
|
||||
-sendip.1: ./help2man $(PROGS) $(PROTOS) VERSION
|
||||
+sendip.1: help2man $(PROGS) $(PROTOS) VERSION
|
||||
./help2man -n "Send arbitrary IP packets" -N >sendip.1
|
||||
|
||||
sendip.spec: sendip.spec.in VERSION
|
||||
|
8
net-mgmt/sendip/files/patch-help2man
Normal file
8
net-mgmt/sendip/files/patch-help2man
Normal file
@ -0,0 +1,8 @@
|
||||
--- help2man.orig 2001-11-23 18:50:52.000000000 +0100
|
||||
+++ help2man 2014-07-27 16:48:21.000000000 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl -w
|
||||
+#!/usr/bin/env perl
|
||||
|
||||
|
||||
# MODIFICATION OF GNU's help2man
|
Loading…
Reference in New Issue
Block a user