diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-24 15:32:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-24 15:32:34 +0000 |
commit | 2473c414a4b53b355d3d277cfc2097721adccab0 (patch) | |
tree | 8c4443fc58cc91ade1fb3444a6df930aa29d5a06 /editors/hexpert | |
parent | eb53541ff37c551e19c3900cc0300899f366b844 (diff) | |
download | ports-2473c414a4b53b355d3d277cfc2097721adccab0.tar.gz ports-2473c414a4b53b355d3d277cfc2097721adccab0.zip |
Notes
Diffstat (limited to 'editors/hexpert')
-rw-r--r-- | editors/hexpert/distinfo | 1 | ||||
-rw-r--r-- | editors/hexpert/files/patch-Makefile | 14 |
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> |