From aa16d8b2cddc11da76eebfb42fd35ea5d3f5bacc Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 3 Dec 2010 08:43:49 +0000 Subject: [PATCH] - remove bogus chunk --- math/mathomatic/Makefile | 4 +++- math/mathomatic/patches/patch-makefile | 11 +---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 8e6d7f0059f..fb1b6a24d71 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2010/11/19 07:23:10 espie Exp $ +# $OpenBSD: Makefile,v 1.24 2010/12/03 08:43:49 jasper Exp $ COMMENT = small, portable, general purpose computer algebra system @@ -24,6 +24,8 @@ MAKE_FILE = makefile USE_GMAKE = Yes USE_GROFF = Yes +FAKE_FLAGS = mandir=$(PREFIX)/man + REGRESS_TARGET = test RUN_DEPENDS = devel/desktop-file-utils diff --git a/math/mathomatic/patches/patch-makefile b/math/mathomatic/patches/patch-makefile index 41f66878f3d..4f26b93b498 100644 --- a/math/mathomatic/patches/patch-makefile +++ b/math/mathomatic/patches/patch-makefile @@ -1,4 +1,4 @@ -$OpenBSD: patch-makefile,v 1.11 2010/10/23 16:47:34 steven Exp $ +$OpenBSD: patch-makefile,v 1.12 2010/12/03 08:43:49 jasper Exp $ --- makefile.orig Fri Oct 8 01:43:47 2010 +++ makefile Sat Oct 23 18:07:42 2010 @@ -9,7 +9,8 @@ INSTALL ?= install # installer to use @@ -11,12 +11,3 @@ $OpenBSD: patch-makefile,v 1.11 2010/10/23 16:47:34 steven Exp $ #CC_OPTIMIZE = -O3 -msse2 -mfpmath=sse -fomit-frame-pointer # optimize for speed on a Pentium 4 or higher CPU VERSION = `cat VERSION` -@@ -31,7 +32,7 @@ LDLIBS += $(READLINE:1=-lreadline -lncurses) - # DESTDIR is only used by package maintainers, who should remove all DESTDIR patches soon. - prefix ?= /usr/local - bindir ?= $(prefix)/bin --mandir ?= $(prefix)/share/man -+mandir ?= $(prefix)/man - docdir ?= $(prefix)/share/doc - mathdocdir ?= $(docdir)/mathomatic -