From 0e9411a6d68516f24c59aaddc522a68d5cb2d1aa Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 24 Nov 2010 15:32:34 +0000 Subject: - Silence warnings (and while here, remove md5 checksum) PR: ports/151425 Submitted by: Takefu Approved by: maintainer timeout (peter; 1 month) --- editors/hexpert/distinfo | 1 - editors/hexpert/files/patch-Makefile | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 editors/hexpert/files/patch-Makefile diff --git a/editors/hexpert/distinfo b/editors/hexpert/distinfo index a82406527dfc..d22d7102e459 100644 --- a/editors/hexpert/distinfo +++ b/editors/hexpert/distinfo @@ -1,3 +1,2 @@ -MD5 (hexpert-2.4.1.tar.gz) = 248fbbb423eaa52ad57b402f51e10946 SHA256 (hexpert-2.4.1.tar.gz) = 21856e3d676945d2ff29fa760e9873ab552a1c550f60126bcfb71415ef88b435 SIZE (hexpert-2.4.1.tar.gz) = 6736 diff --git a/editors/hexpert/files/patch-Makefile b/editors/hexpert/files/patch-Makefile new file mode 100644 index 000000000000..42fd6d09be46 --- /dev/null +++ b/editors/hexpert/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig 2001-03-10 15:43:57.000000000 +0900 ++++ Makefile 2010-10-13 18:00:22.000000000 +0900 +@@ -1,8 +1,10 @@ + PROG= hex +-NOMAN= bah ++NO_MAN= bah + BINDIR= ${PREFIX}/bin + + LDADD= -lcurses + DPADD= ${LIBCURSES} + ++NO_OBJ= true ++ + .include -- cgit