Skip to content

Commit

Permalink
Merge pull request #66 from hiliev/macos-uninstall
Browse files Browse the repository at this point in the history
Fix for uninstall on macOS
  • Loading branch information
fangfufu authored Jun 5, 2021
2 parents daa7a7c + 92a7330 commit 8481ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8481ab0

Please sign in to comment.