Fix build on HEAD.
Makefiles that use the FreeBSD make infrastructure should be seeing MAN= rather than defining NO_MAN since 2014.
This commit is contained in:
parent
7b04eb900c
commit
287f0ce137
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518112
1 changed files with 10 additions and 0 deletions
10
net/bsdec2-image-upload/files/patch-Makefile
Normal file
10
net/bsdec2-image-upload/files/patch-Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
PROG= bsdec2-image-upload
|
||||
SRCS= main.c
|
||||
-NO_MAN ?= yes
|
||||
+MAN =
|
||||
WARNS ?= 3
|
||||
BINDIR ?= /usr/local/bin
|
||||
LDADD += -lcrypto -lssl
|
Loading…
Reference in a new issue