summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch/files/patch-ab
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-08-21 18:09:19 +0000
committerBrian Somers <brian@FreeBSD.org>1998-08-21 18:09:19 +0000
commit3ed18311fdb651e660b5012d5a9eb93adcae3a64 (patch)
tree18b389250c26e00592cee1f134ef05e486282196 /net-mgmt/arpwatch/files/patch-ab
parentAdd perl5 category and properly compress perl man pages. (diff)
Version 2.0.2 -> 2.1a4
Notes
Notes: svn path=/head/; revision=12704
Diffstat (limited to '')
-rw-r--r--net-mgmt/arpwatch/files/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-ab
index 11a6bd73b2a2..76cbc814dfaf 100644
--- a/net-mgmt/arpwatch/files/patch-ab
+++ b/net-mgmt/arpwatch/files/patch-ab
@@ -1,11 +1,11 @@
---- Makefile.in.orig Fri Apr 25 11:02:01 1997
-+++ Makefile.in Wed Jul 1 17:47:52 1998
+--- Makefile.in.orig Wed Jul 29 06:16:45 1998
++++ Makefile.in Fri Aug 21 10:57:51 1998
@@ -44,7 +44,7 @@
CC = @CC@
CCOPT = @V_CCOPT@
INCLS = -I. @V_INCLS@
--DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\"
-+DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\"
+-DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
++DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
# Standard CFLAGS
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)