openbsd-ports/audio/shell-fm/patches/patch-Makefile
2010-04-29 07:59:43 +00:00

31 lines
811 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2010/04/29 07:59:43 jasper Exp $
Don't install compressed man pages.
--- Makefile.orig Sun Aug 30 18:55:07 2009
+++ Makefile Mon Feb 8 19:07:12 2010
@@ -1,12 +1,12 @@
DESTDIR =
-PREFIX := /usr
+PREFIX =
MANDIR := $(PREFIX)/man
DOCDIR := ${PREFIX}/share/doc
.PHONY : shell-fm manual all clean tags cscope
-all : shell-fm manual
+all : shell-fm
shell-fm :
$(MAKE) -C source
@@ -18,7 +18,7 @@ install :
install -m 0755 -d $(DESTDIR)$(PREFIX)/bin/
install -m 0755 -d $(DESTDIR)$(MANDIR)/man1/
install -m 0755 source/shell-fm $(DESTDIR)$(PREFIX)/bin/
- install -m 0644 manual/shell-fm.1.gz $(DESTDIR)$(MANDIR)/man1/
+ install -m 0644 manual/shell-fm.1 $(DESTDIR)$(MANDIR)/man1
install-extras :
install -m 0755 -d $(DESTDIR)$(DOCDIR)/shell-fm/