sacc

sacc (saccomys): simple gopher client.
Log | Files | Refs | LICENSE

commit 1a25a9312f4a0b028a5135b95a1861265eca8ed5
parent eb8d00efa77bcacfdf1a456a09eaa53267142994
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 24 May 2018 13:33:32 +0200

Remove the manpage on make uninstall.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -29,7 +29,7 @@ install: $(BIN) cp -f $(MAN) $(DESTDIR)$(MANDIR) uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN) + rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN) $(DESTDIR)$(MANDIR)/$(MAN) # Stock FLAGS SACCCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE \