Merge pull request #66 from hiliev/macos-uninstall

Fix for uninstall on macOS
This commit is contained in:
Fufu Fang 2021-06-05 11:52:46 +01:00 committed by GitHub
commit 8481ab0c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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