diff options
author | tv <tv@pkgsrc.org> | 2004-04-27 20:55:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-27 20:55:44 +0000 |
commit | c37f9599c75bf35faa2c2e58301339b77037df69 (patch) | |
tree | 47ffb3cbb4d0f02d94e5e652822e539c4b6eb5fb /chat/ircII | |
parent | f25b0db887cd4983a36cd57ee85d3b0e677d9a01 (diff) | |
download | pkgsrc-c37f9599c75bf35faa2c2e58301339b77037df69.tar.gz |
Don't forcibly reset the umask when installing; let it propagate from pkgsrc.
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/distinfo | 4 | ||||
-rw-r--r-- | chat/ircII/patches/patch-ac | 19 |
2 files changed, 16 insertions, 7 deletions
diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index 0aec8ca06ff..e85e179fb55 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2004/02/16 09:25:53 mrg Exp $ +$NetBSD: distinfo,v 1.22 2004/04/27 20:55:44 tv Exp $ SHA1 (ircii-20040216.tar.bz2) = 45810bc1b8ae12c884df469936d37fa1a5b7468c Size (ircii-20040216.tar.bz2) = 559609 bytes SHA1 (patch-aa) = aff3a8c5ff05797b8617be2b4b57920913ae9ca2 -SHA1 (patch-ac) = 0afd36f3ad2247b0d42dfebab210822dd5dfe151 +SHA1 (patch-ac) = f4633c01dc1ee9136ec5cc13694fe5f9fb8542ac diff --git a/chat/ircII/patches/patch-ac b/chat/ircII/patches/patch-ac index 42582cdfbc6..20d2c9e71ad 100644 --- a/chat/ircII/patches/patch-ac +++ b/chat/ircII/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2004/04/27 20:55:44 tv Exp $ ---- Makefile.in.orig Sun Apr 16 02:04:02 2000 -+++ Makefile.in Thu May 11 13:56:05 2000 -@@ -158,8 +158,8 @@ +--- Makefile.in.orig Tue Jan 6 00:42:09 2004 ++++ Makefile.in +@@ -142,8 +142,8 @@ LN = @LN@ CP = cp MV = mv SED = sed @@ -13,7 +13,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $ VERSION = @VERSION@ -@@ -178,11 +178,9 @@ +@@ -164,11 +164,9 @@ installbin: installirc installio install installirc: irc installdirs $(INSTALL) irc $(INSTALL_IRC)-$(VERSION) @@ -27,3 +27,12 @@ $NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $ installscript: installdirs ( \ +@@ -219,7 +217,7 @@ installman: + # $(INSTALL_DATA) $(topdir)/doc/query-pr.1 $(mandir) + + installdirs: +- umask 022; $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \ ++ $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \ + $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) + + clena clean: |