summaryrefslogtreecommitdiff
path: root/net/fping/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-28 04:03:24 +0000
committerhubertf <hubertf>2001-01-28 04:03:24 +0000
commitc36b9922dc588c87213ba90ab18e402e8809de29 (patch)
tree0148887da0dc264cf3fa533187b3568ada22a00c /net/fping/patches
parent99446410b4e54d1c4612ad36918b6a410ffbd9e9 (diff)
downloadpkgsrc-c36b9922dc588c87213ba90ab18e402e8809de29.tar.gz
Use BSD_INSTALL_* macros to allow stripping via $STRIPFLAG.
Fixes PR 12057 by Greg Woods <woods@planix.com>
Diffstat (limited to 'net/fping/patches')
-rw-r--r--net/fping/patches/patch-aa17
1 files changed, 14 insertions, 3 deletions
diff --git a/net/fping/patches/patch-aa b/net/fping/patches/patch-aa
index 7f0c5a23a80..1cc6f1766a0 100644
--- a/net/fping/patches/patch-aa
+++ b/net/fping/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/05/19 10:20:36 abs Exp $
+$NetBSD: patch-aa,v 1.2 2001/01/28 04:03:25 hubertf Exp $
---- Makefile.orig Tue Mar 25 01:18:00 1997
-+++ Makefile Tue Mar 25 01:18:58 1997
+--- Makefile.orig Sun Jan 28 04:58:52 2001
++++ Makefile
@@ -2,10 +2,10 @@
PROG= fping
OBJS= fping.o
@@ -16,3 +16,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/05/19 10:20:36 abs Exp $
#
# Interval is the minimum amount of time between sending a ping packet to
+@@ -43,8 +43,8 @@
+ #
+
+ install:
+- install -c -m 4555 -o root -s $(PROG) $(BIN)/$(PROG)
+- install -c -m 0444 -o root $(MANSRC) $(MAN)/$(MANDST)
++ ${BSD_INSTALL_PROGRAM} $(PROG) $(BIN)/$(PROG)
++ ${BSD_INSTALL_MAN} $(MANSRC) $(MAN)/$(MANDST)
+
+ clean:
+ rm -f a.out core *~ *.o $(PROG)