diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-06 09:35:21 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-06 09:35:21 +0000 |
commit | a7352efa097263af4ae579266af861fd2b458841 (patch) | |
tree | 223326f5628c72543fb656842a4611f2ff679a2b /net/net-snmp/files/patch-Makefile.top | |
parent | Unbreak this port by correcting REINPLACE_CMD invocations. (diff) |
Upgrade to 5.0.6.
Diffstat (limited to 'net/net-snmp/files/patch-Makefile.top')
-rw-r--r-- | net/net-snmp/files/patch-Makefile.top | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net/net-snmp/files/patch-Makefile.top b/net/net-snmp/files/patch-Makefile.top index 7bb0b8a79ac8..0645bba3426a 100644 --- a/net/net-snmp/files/patch-Makefile.top +++ b/net/net-snmp/files/patch-Makefile.top @@ -1,5 +1,16 @@ ---- Makefile.top.orig Sat Apr 20 16:29:56 2002 -+++ Makefile.top Tue Apr 23 08:53:54 2002 +--- Makefile.top.orig Sun Oct 6 06:09:32 2002 ++++ Makefile.top Sun Oct 6 18:09:19 2002 +@@ -37,8 +37,8 @@ + LN_S = @LN_S@ + #AUTOCONF = @AUTOCONF@ + #AUTOHEADER = @AUTOHEADER@ +-AUTOCONF = autoconf +-AUTOHEADER = autoheader ++AUTOCONF = autoconf213 ++AUTOHEADER = autoheader213 + + # + # Compiler arguments @@ -60,7 +60,7 @@ # generally, LIBCURRENT should stay the same unless major changes occur. # Increment REVISION every release. |