mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Silence warnings (and while here, remove md5 checksum)
PR: ports/151425 Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer timeout (peter; 1 month)
This commit is contained in:
parent
eb53541ff3
commit
2473c414a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265092
@ -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
|
||||
|
14
editors/hexpert/files/patch-Makefile
Normal file
14
editors/hexpert/files/patch-Makefile
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user