96fb67aad0
Approved by: portmgr (blanket)
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
--- programs/Makefile.orig 2024-01-24 05:25:28 UTC
|
|
+++ programs/Makefile
|
|
@@ -117,7 +117,7 @@ BINDIR ?= $(PREFIX)/bin
|
|
DESTDIR ?=
|
|
BINDIR ?= $(PREFIX)/bin
|
|
|
|
-ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
|
|
+ifneq (,$(filter $(shell uname),OpenBSD NetBSD DragonFly SunOS))
|
|
MANDIR ?= $(PREFIX)/man/man1
|
|
else
|
|
MANDIR ?= $(PREFIX)/share/man/man1
|