summaryrefslogtreecommitdiff
path: root/devel/scmgit/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scmgit/patches/patch-ag')
-rw-r--r--devel/scmgit/patches/patch-ag12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/scmgit/patches/patch-ag b/devel/scmgit/patches/patch-ag
deleted file mode 100644
index 48c30a94e02..00000000000
--- a/devel/scmgit/patches/patch-ag
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2007/09/21 23:13:26 bjs Exp $
-
---- templates/Makefile.orig 2007-09-19 14:02:17.000000000 -0400
-+++ templates/Makefile
-@@ -46,6 +46,6 @@ clean:
- $(RM) -r blt boilerplates.made
-
- install: all
-- $(INSTALL) -d -m755 '$(DESTDIR_SQ)$(template_dir_SQ)'
-+ $(BSD_INSTALL_DATA_DIR) '$(DESTDIR_SQ)$(template_dir_SQ)'
- (cd blt && $(TAR) cf - .) | \
- (cd '$(DESTDIR_SQ)$(template_dir_SQ)' && $(TAR) xf -)