aboutsummaryrefslogtreecommitdiff
path: root/editors/hexpert
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-24 15:32:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-24 15:32:34 +0000
commit2473c414a4b53b355d3d277cfc2097721adccab0 (patch)
tree8c4443fc58cc91ade1fb3444a6df930aa29d5a06 /editors/hexpert
parenteb53541ff37c551e19c3900cc0300899f366b844 (diff)
downloadports-2473c414a4b53b355d3d277cfc2097721adccab0.tar.gz
ports-2473c414a4b53b355d3d277cfc2097721adccab0.zip
- Silence warnings (and while here, remove md5 checksum)
PR: ports/151425 Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer timeout (peter; 1 month)
Notes
Notes: svn path=/head/; revision=265092
Diffstat (limited to 'editors/hexpert')
-rw-r--r--editors/hexpert/distinfo1
-rw-r--r--editors/hexpert/files/patch-Makefile14
2 files changed, 14 insertions, 1 deletions
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 <bsd.prog.mk>