summaryrefslogtreecommitdiff
path: root/app-text/vgrep/files/vgrep-2.5.0-remove-sudo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/vgrep/files/vgrep-2.5.0-remove-sudo.patch')
-rw-r--r--app-text/vgrep/files/vgrep-2.5.0-remove-sudo.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-text/vgrep/files/vgrep-2.5.0-remove-sudo.patch b/app-text/vgrep/files/vgrep-2.5.0-remove-sudo.patch
deleted file mode 100644
index 25764d199b45..000000000000
--- a/app-text/vgrep/files/vgrep-2.5.0-remove-sudo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://github.com/vrothberg/vgrep/issues/130
-
---- a/Makefile
-+++ b/Makefile
-@@ -113,7 +113,8 @@ install: install-docs
-
- .PHONY: install-docs
- install-docs: docs
-- sudo cp docs/*.1 ${MAN_DIR}/man1/
-+ mkdir -p ${MAN_DIR}/man1/
-+ cp docs/*.1 ${MAN_DIR}/man1/
-
- .PHONY: uninstall
- uninstall:
-