summaryrefslogtreecommitdiff
path: root/www/kannel/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/kannel/patches/patch-ab')
-rw-r--r--www/kannel/patches/patch-ab19
1 files changed, 5 insertions, 14 deletions
diff --git a/www/kannel/patches/patch-ab b/www/kannel/patches/patch-ab
index 39e3a87847e..7e46c7ba952 100644
--- a/www/kannel/patches/patch-ab
+++ b/www/kannel/patches/patch-ab
@@ -1,22 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2001/07/21 14:16:54 wiz Exp $
+$NetBSD: patch-ab,v 1.2.2.1 2002/08/25 21:22:31 jlam Exp $
---- Makefile.in.orig Tue Feb 13 13:12:02 2001
-+++ Makefile.in Fri Jun 29 08:59:52 2001
-@@ -87,7 +87,7 @@
+--- Makefile.in.orig Tue Jun 11 20:59:52 2002
++++ Makefile.in Sun Jul 7 21:30:27 2002
+@@ -90,7 +90,7 @@
# Set this to something if you want all installed binaries to have a suffix.
# Version number is common.
--suffix = -$(VERSION)
+-suffix = $(SUFFIX)
+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: