openbsd-ports/audio/shell-fm/patches/patch-Makefile
jasper 641f398e21 import shell-fm 0.6
Shell.FM is a lightweight and interactive console based player for
last.fm radio streams (e.g. lastfm://artistnames/someartist) featuring
proxy support and bookmarks saving.

from guillaume pinot (maintainer). with tweaks by giovanni bechis and jakemsr@
testing by many, thanks!
2008-09-21 22:27:31 +00:00

25 lines
643 B
Plaintext

$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