summaryrefslogtreecommitdiff
path: root/math/entropy/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/entropy/files')
-rw-r--r--math/entropy/files/patch-Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/entropy/files/patch-Makefile b/math/entropy/files/patch-Makefile
deleted file mode 100644
index 652b7710924a..000000000000
--- a/math/entropy/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig 2014-06-18 18:11:21.760498422 +0800
-+++ Makefile 2014-06-18 18:11:35.534517376 +0800
-@@ -12,8 +12,8 @@ entropy: $(OBJS)
- $(CC) -o $(PROG) $(OBJS) $(LIBS)
-
- install:
-- cp entropy.1.gz $(PREFIX)/man/man1/
-- cp entropy $(PREFIX)/bin
-+ cp entropy.1.gz $(DESTDIR)$(PREFIX)/man/man1/
-+ cp entropy $(DESTDIR)$(PREFIX)/bin
-
- deinstall:
- rm -f $(PREFIX)/man/man1/entropy.1.gz