Honor PKGMANDIR.
This commit is contained in:
parent
035df07df0
commit
d0a99816a7
2 changed files with 14 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.5 2007/02/16 18:28:25 rpaulo Exp $
|
||||
$NetBSD: distinfo,v 1.6 2012/05/23 04:43:17 dholland Exp $
|
||||
|
||||
SHA1 (jove4.16.0.70.tgz) = a954003c177bdc3a0af560df7caa74ee5b2b5735
|
||||
RMD160 (jove4.16.0.70.tgz) = 37fdabc3b91be411e51d71d9029485491d2dec8f
|
||||
Size (jove4.16.0.70.tgz) = 451492 bytes
|
||||
SHA1 (patch-aa) = b00d7a337cf919b71b4f595df961d2d6b3b7e43c
|
||||
SHA1 (patch-aa) = 1523093b472f7a6dff8ff1ce28c058aecfe51c92
|
||||
SHA1 (patch-ac) = 98329cfcbbec9d56cbef7e1bee6685b6dd25e8ac
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
$NetBSD: patch-aa,v 1.3 2003/09/22 14:10:16 jmmv Exp $
|
||||
$NetBSD: patch-aa,v 1.4 2012/05/23 04:43:17 dholland Exp $
|
||||
|
||||
--- Makefile.orig 2003-04-06 07:18:03.000000000 +0200
|
||||
- configure for pkgsrc
|
||||
- honor PKGMANDIR
|
||||
|
||||
--- Makefile.orig 2005-09-30 22:14:41.000000000 +0000
|
||||
+++ Makefile
|
||||
@@ -21,8 +21,8 @@ SHELL = /bin/sh
|
||||
@@ -21,12 +21,12 @@ SHELL = /bin/sh
|
||||
# If they don't exist, this makefile will try to create the directories
|
||||
# LIBDIR and SHAREDIR. All others must already exist.
|
||||
|
||||
|
@ -13,6 +16,11 @@ $NetBSD: patch-aa,v 1.3 2003/09/22 14:10:16 jmmv Exp $
|
|||
LIBDIR = $(JOVEHOME)/lib/jove
|
||||
BINDIR = $(JOVEHOME)/bin
|
||||
XEXT=
|
||||
-MANDIR = $(JOVEHOME)/man/man$(MANEXT)
|
||||
+MANDIR = $(JOVEHOME)/$(PKGMANDIR)/man$(MANEXT)
|
||||
MANEXT = 1
|
||||
|
||||
# TMPDIR is where the tmp files get stored, usually /tmp, /var/tmp, or
|
||||
@@ -38,11 +38,11 @@ MANEXT = 1
|
||||
# (in case the system startup salvages tempfiles by moving them,
|
||||
# which is probably a good idea).
|
||||
|
@ -46,7 +54,7 @@ $NetBSD: patch-aa,v 1.3 2003/09/22 14:10:16 jmmv Exp $
|
|||
#TINSTALL=/usr/ucb/install $(INSTALLFLAGS) -c -m 644
|
||||
#CYGWIN32: TINSTALL=install $(INSTALLFLAGS) -c -m 644
|
||||
|
||||
@@ -146,7 +146,7 @@ SYSDEFS = -DBSDPOSIX
|
||||
@@ -146,7 +146,7 @@ SYSDEFS = -DBSDPOSIX_STDC
|
||||
# On DEC OSF/1 and Digital UNIX VV4.0, add -std1 to enable ANSI C features
|
||||
# and perhaps -g3 for more debugging info with optimization.
|
||||
|
||||
|
|
Loading…
Reference in a new issue