1
0
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:
Pav Lucistnik 2010-11-24 15:32:34 +00:00
parent eb53541ff3
commit 2473c414a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265092
2 changed files with 14 additions and 1 deletions

View File

@ -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

View 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>