summaryrefslogtreecommitdiff
path: root/www/kannel/patches/patch-ab
blob: 39e3a87847ec40b6c2c45aa523059c0149c54bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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: