openbsd-ports/www/snownews/patches/patch-Makefile

21 lines
1005 B
Plaintext

$OpenBSD: patch-Makefile,v 1.12 2008/01/14 22:40:39 martynas Exp $
--- Makefile.orig Tue Jan 8 11:50:29 2008
+++ Makefile Sat Jan 12 22:51:03 2008
@@ -2,14 +2,14 @@ CC= gcc
MAKE= make
INSTALL= install
LOCALEPATH= $(PREFIX)/share/locale
-MANPATH= $(PREFIX)/share/man
+MANPATH= $(PREFIX)/man
### Compiler/linker flags ###
### Generated via configure ###
include platform_settings
### Object files ###
-OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o md5.o filters.o io-internal.o os-support.o zlib_interface.o support.o
+OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o filters.o io-internal.o os-support.o zlib_interface.o support.o
VERSION= `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
DISTDIR= snownews-$(VERSION)