Import of pkgsrc-2014Q1
This commit is contained in:
17
devel/git-base/patches/patch-ac
Normal file
17
devel/git-base/patches/patch-ac
Normal file
@@ -0,0 +1,17 @@
|
||||
$NetBSD: patch-ac,v 1.1 2013/09/09 13:54:44 wiz Exp $
|
||||
|
||||
--- gitk-git/Makefile.orig 2008-08-17 16:43:06.000000000 -0400
|
||||
+++ gitk-git/Makefile
|
||||
@@ -40,9 +40,9 @@ endif
|
||||
all:: gitk-wish $(ALL_MSGFILES)
|
||||
|
||||
install:: all
|
||||
- $(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
|
||||
|
||||
uninstall::
|
||||
$(foreach p,$(ALL_MSGFILES), $(RM) '$(DESTDIR_SQ)$(msgsdir_SQ)'/$(notdir $p) &&) true
|
||||
Reference in New Issue
Block a user