$NetBSD: patch-ab,v 1.2 2001/07/21 14:16:54 wiz Exp $ --- Makefile.in.orig Tue Feb 13 13:12:02 2001 +++ Makefile.in Fri Jun 29 08:59:52 2001 @@ -87,7 +87,7 @@ # Set this to something if you want all installed binaries to have a suffix. # Version number is common. -suffix = -$(VERSION) +suffix = # # You probably don't need to touch anything below this, if you're just @@ -185,7 +185,7 @@ install: all $(INSTALL) -d $(bindir) for prog in $(progs); do \ - $(INSTALL) $$prog $(bindir)/`basename $$prog`$(suffix); \ + ${BSD_INSTALL_PROGRAM} $$prog $(bindir)/`basename $$prog`${suffix}; \ done install-docs: