openbsd-ports/audio/shell-fm/patches/patch-Makefile

25 lines
643 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile,v 1.1.1.1 2008/09/21 22:27:31 jasper Exp $
Don't install compressed man pages.
--- Makefile.orig Thu Sep 18 19:29:48 2008
+++ Makefile Thu Sep 18 19:30:07 2008
@@ -4,7 +4,7 @@ MANDIR := $(DESTDIR)/man
.PHONY : shell-fm manual all clean tags cscope
-all : shell-fm manual
+all : shell-fm
shell-fm :
$(MAKE) -C source
@@ -15,7 +15,7 @@ manual :
install :
mkdir -p $(DESTDIR)/bin $(MANDIR)/man1
install source/shell-fm $(DESTDIR)/bin/shell-fm
- install manual/shell-fm.1.gz $(MANDIR)/man1
+ install manual/shell-fm.1 $(MANDIR)/man1
install-strip : install
strip $(DESTDIR)/bin/shell-fm