3010d08b57
Main features: customizable keybindings, basic HTML rendering, HTTP proxy support, OPML import/export, themes, support for various versions of RSS, Screen support. browser auto-detection, and more. positive user feedback on ports@, ok ajacoutot@
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2008/06/08 17:10:04 landry Exp $
|
|
--- Makefile.orig Wed Mar 16 02:25:03 2005
|
|
+++ Makefile Tue Jun 3 00:50:13 2008
|
|
@@ -1,6 +1,6 @@
|
|
-PREFIX=/usr/local
|
|
+PREFIX?=/usr/local
|
|
BINDIR=${PREFIX}/bin
|
|
-MANDIR=${PREFIX}/share/man/man1
|
|
+MANDIR=${PREFIX}/man/man1
|
|
DOCDIR=${PREFIX}/share/doc/raggle
|
|
DATADIR=${PREFIX}/share/raggle
|
|
DATA=themes extras
|