openbsd-ports/www/snownews/patches/patch-Makefile
martynas 5ac8851ec7 bugfix release snownews-1.5.12. remove hacks since it now uses
openssl instead of the homegrown md5 code
ok simon@
2009-09-18 20:51:35 +00:00

13 lines
383 B
Plaintext

$OpenBSD: patch-Makefile,v 1.13 2009/09/18 20:51:35 martynas Exp $
--- Makefile.orig Thu Sep 17 09:44:27 2009
+++ Makefile Thu Sep 17 11:10:11 2009
@@ -2,7 +2,7 @@ CC= gcc
MAKE= make
INSTALL= install
LOCALEPATH= $(PREFIX)/share/locale
-MANPATH= $(PREFIX)/share/man
+MANPATH= $(PREFIX)/man
### Compiler/linker flags ###
### Generated via configure ###