From 6177eaed01b7b317ab16df1219e300882edf9ff3 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 15 Aug 1999 10:12:51 +0000 Subject: Use package libtool to install "snmptrapd" because we will get a useless shell script otherwise. --- net/ucd-snmp/files/patch-sum | 4 ++-- net/ucd-snmp/patches/patch-ad | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'net/ucd-snmp') diff --git a/net/ucd-snmp/files/patch-sum b/net/ucd-snmp/files/patch-sum index 8c394eb0ca9..c64acbd8fb4 100644 --- a/net/ucd-snmp/files/patch-sum +++ b/net/ucd-snmp/files/patch-sum @@ -1,7 +1,7 @@ -$NetBSD: patch-sum,v 1.2 1999/08/15 09:44:01 tron Exp $ +$NetBSD: patch-sum,v 1.3 1999/08/15 10:12:51 tron Exp $ MD5 (patch-aa) = c681fd865ec75d7a09ecc55630381e5d MD5 (patch-ab) = a690180421173141cfa23c55630bbdb9 MD5 (patch-ac) = 9abe56a6a7600da8725526c9aa3cf9ff -MD5 (patch-ad) = a12aa5add0ad5493ef3bf9429462479b +MD5 (patch-ad) = 528264880b88988e2febf0e5cf96e60b MD5 (patch-ae) = 7506a27cc308c926396420830c5274fe diff --git a/net/ucd-snmp/patches/patch-ad b/net/ucd-snmp/patches/patch-ad index 873f8b7e105..235faa988c8 100644 --- a/net/ucd-snmp/patches/patch-ad +++ b/net/ucd-snmp/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.1 1999/08/15 09:44:01 tron Exp $ +$NetBSD: patch-ad,v 1.2 1999/08/15 10:12:52 tron Exp $ --- apps/Makefile.in.orig Sat Mar 6 02:25:43 1999 -+++ apps/Makefile.in Sun Aug 15 11:31:09 1999 ++++ apps/Makefile.in Sun Aug 15 12:04:30 1999 @@ -8,8 +8,8 @@ SUBDIRS= snmpnetstat TRAPSPECIAL=@trap_list_o@ @@ -66,12 +66,14 @@ $NetBSD: patch-ad,v 1.1 1999/08/15 09:44:01 tron Exp $ clean: rm -f *.o $(TARG) $(SBINTARG) -@@ -69,7 +69,7 @@ +@@ -69,8 +69,8 @@ for i in $(SUBDIRS) ; do \ ( cd $$i ; $(MAKE) install ) ; \ done - @for i in $(TARG) ; do $(INSTALL) $$i $(bindir) ; echo "install: installed $$i in $(bindir)" ; done +- @for i in $(SBINTARG) ; do $(INSTALL) $$i $(sbindir) ; echo "install: installed $$i in $(sbindir)" ; done + @for i in $(TARG) ; do ${LIBTOOL} $(INSTALL) $$i $(bindir) ; echo "install: installed $$i in $(bindir)" ; done - @for i in $(SBINTARG) ; do $(INSTALL) $$i $(sbindir) ; echo "install: installed $$i in $(sbindir)" ; done ++ @for i in $(SBINTARG) ; do ${LIBTOOL} $(INSTALL) $$i $(sbindir) ; echo "install: installed $$i in $(sbindir)" ; done installdirs: + @$(SHELL) $(srcdir)/../mkinstalldirs $(snmplibdir) $(bindir) -- cgit v1.2.3