pkgsrc/chat/ircII/patches/patch-ac
mrg e2caa0527c update to ircII 20060721. changes include:
o  default status line now tells you when you are scrolled up
  o  new variables status_scrolled and status_scrolled_lines
  o  new status format modifiers %P and %s
  o  fixed a bug with the input prompt being overtaken
  o  /set translation has been removed.  all encoding support now depends
     on the existance of iconv(3) support, enhancing the capabilities and
     correctness of codeset conversion.  the translation and iso2022_support
     variables have been replaced with input_encoding, display_encoding
     and irc_encoding
  o  /msg -server <servergroup|servername|number> <target> <message>
     now works to send message on specific servers ie, other than the
     current window's server
  o  support new $IRCSERVERSFILE that overrides $LIBDIR/ircII.servers
2006-07-22 09:13:10 +00:00

38 lines
1.1 KiB
Text

$NetBSD: patch-ac,v 1.3 2006/07/22 09:13:11 mrg Exp $
--- Makefile.in.orig 2005-09-21 13:02:59.000000000 -0700
+++ Makefile.in 2006-07-22 00:13:12.000000000 -0700
@@ -137,8 +137,8 @@
CP = cp
MV = mv
SED = sed
-INSTALL = $(topdir)/bsdinstall -c -m 755
-INSTALL_DATA = $(topdir)/bsdinstall -c -m 644
+INSTALL = $(BSD_INSTALL_PROGRAM)
+INSTALL_DATA = $(BSD_INSTALL_DATA)
VERSION = @VERSION@
@@ -159,11 +159,9 @@
installirc: irc installdirs
$(INSTALL) irc $(INSTALL_IRC)-$(VERSION)
- $(INSTALL) ircbug $(bindir)/ircbug
- @if test -f $(INSTALL_IRC).old; then $(RM) $(INSTALL_IRC).old; fi
- @if test -f $(INSTALL_IRC); then $(MV) $(INSTALL_IRC) $(INSTALL_IRC).old; fi
+ $(BSD_INSTALL_SCRIPT) ircbug $(bindir)/ircbug
$(RM) $(INSTALL_IRC)
- $(LN) $(INSTALL_IRC_NAME)-$(VERSION) $(INSTALL_IRC)
+ cd ${bindir}; $(LN) irc-$(VERSION) irc
installscript: installdirs
( \
@@ -203,7 +201,7 @@
# $(INSTALL_DATA) $(topdir)/doc/query-pr.1 $(mandir)
installdirs:
- umask 022; $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \
+ $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \
$(INSTALL_SCRIPT) $(HELP_DIR)
clena clean: