- remove bogus chunk

This commit is contained in:
jasper 2010-12-03 08:43:49 +00:00
parent 2476470810
commit aa16d8b2cd
2 changed files with 4 additions and 11 deletions

View File

@ -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

View File

@ -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