From 92a73305f2261a563377a4a9196f89a4e941a2f6 Mon Sep 17 00:00:00 2001 From: Hristo Iliev Date: Sat, 5 Jun 2021 11:07:46 +0300 Subject: [PATCH] Uninstall for macOS --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 65a66cd..f6d2c1a 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,9 @@ endif ifeq ($(OS),FreeBSD) -rm -f $(DESTDIR)$(prefix)/man/man1/httpdirfs.1.gz endif +ifeq ($(OS),Darwin) + -rm -f $(DESTDIR)$(prefix)/share/man/man1/httpdirfs.1 +endif depend: .depend .depend: src/*.c