summaryrefslogtreecommitdiff
path: root/devel/scmgit-base/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scmgit-base/patches/patch-ac')
-rw-r--r--devel/scmgit-base/patches/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/scmgit-base/patches/patch-ac b/devel/scmgit-base/patches/patch-ac
index c042023910a..abb0b121b30 100644
--- a/devel/scmgit-base/patches/patch-ac
+++ b/devel/scmgit-base/patches/patch-ac
@@ -1,14 +1,14 @@
-$NetBSD: patch-ac,v 1.1 2008/02/06 07:53:32 bjs Exp $
+$NetBSD: patch-ac,v 1.2 2008/06/24 08:21:04 bjs Exp $
---- gitk-git/Makefile.orig 2008-02-01 23:09:01.000000000 -0500
+--- gitk-git/Makefile.orig 2008-06-18 18:49:49.000000000 -0400
+++ gitk-git/Makefile
-@@ -36,9 +36,9 @@ endif
+@@ -40,9 +40,9 @@ endif
all:: gitk-wish $(ALL_MSGFILES)
install:: all
-- $(INSTALL) gitk-wish '$(DESTDIR_SQ)$(bindir_SQ)'/gitk
-- $(INSTALL) -d '$(DESTDIR_SQ)$(msgsdir_SQ)'
-- $(foreach p,$(ALL_MSGFILES), $(INSTALL) $p '$(DESTDIR_SQ)$(msgsdir_SQ)' &&) true
+- $(INSTALL) -m 755 gitk-wish '$(DESTDIR_SQ)$(bindir_SQ)'/gitk
+- $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(msgsdir_SQ)'
+- $(foreach p,$(ALL_MSGFILES), $(INSTALL) -m 644 $p '$(DESTDIR_SQ)$(msgsdir_SQ)' &&) true
+ $(BSD_INSTALL_SCRIPT) gitk-wish '$(DESTDIR_SQ)$(bindir_SQ)'/gitk
+ $(BSD_INSTALL_DATA_DIR) '$(DESTDIR_SQ)$(msgsdir_SQ)'
+ $(foreach p,$(ALL_MSGFILES), $(BSD_INSTALL_DATA) $p '$(DESTDIR_SQ)$(msgsdir_SQ)' &&) true