diff options
author | pav <pav@FreeBSD.org> | 2010-11-24 23:32:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-24 23:32:34 +0800 |
commit | 0e9411a6d68516f24c59aaddc522a68d5cb2d1aa (patch) | |
tree | 26f2aa0a856518e2bc6e2d62da5ff231818c6775 | |
parent | 2ef46e7fb9468078b15e359529e61981bab710d6 (diff) | |
download | freebsd-ports-gnome-0e9411a6d68516f24c59aaddc522a68d5cb2d1aa.tar.gz freebsd-ports-gnome-0e9411a6d68516f24c59aaddc522a68d5cb2d1aa.tar.zst freebsd-ports-gnome-0e9411a6d68516f24c59aaddc522a68d5cb2d1aa.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)
-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> |