Fix manpath so git-help(1) works correctly.

From fulvio ciriaco. Thanks!
This commit is contained in:
bernd 2008-03-28 19:06:20 +00:00
parent e88009e269
commit 0328b8a786
2 changed files with 9 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.20 2008/02/19 09:05:58 bernd Exp $
# $OpenBSD: Makefile,v 1.21 2008/03/28 19:06:20 bernd Exp $
COMMENT-main= GIT - Tree History Storage Tool
COMMENT-svn= GIT - subversion interoperability tools
V= 1.5.4.2
DISTNAME= git-${V}
PKGNAME-main= ${DISTNAME}
PKGNAME-main= ${DISTNAME}p0
PKGNAME-svn= git-svn-${V}
CATEGORIES= devel

View File

@ -1,6 +1,6 @@
--- Makefile.orig Fri Feb 1 23:09:01 2008
+++ Makefile Sat Feb 2 19:32:17 2008
@@ -150,13 +150,13 @@ uname_P := $(shell sh -c 'uname -p 2>/dev/null || echo
--- Makefile.orig Sun Feb 17 09:53:46 2008
+++ Makefile Wed Mar 26 23:03:15 2008
@@ -150,15 +150,15 @@ uname_P := $(shell sh -c 'uname -p 2>/dev/null || echo
# CFLAGS and LDFLAGS are for the users to override from the command line.
@ -14,8 +14,11 @@
-prefix = $(HOME)
+#prefix = $(HOME)
bindir = $(prefix)/bin
mandir = $(prefix)/share/man
-mandir = $(prefix)/share/man
+mandir = $(prefix)/man
infodir = $(prefix)/share/info
gitexecdir = $(bindir)
sharedir = $(prefix)/share
@@ -170,7 +170,7 @@ else
sysconfdir = $(prefix)/etc
endif