summaryrefslogtreecommitdiff
path: root/editors/jove
diff options
context:
space:
mode:
authordholland <dholland>2012-05-23 04:43:17 +0000
committerdholland <dholland>2012-05-23 04:43:17 +0000
commite0474aec63b9a317e808cb068500fbcbc1d61a93 (patch)
treea4456d0fd05e0b18a1fdcd8b7650ecdad8f4cfa1 /editors/jove
parentc1ba725e9250ba675aff40a0f3448b9b638a0229 (diff)
downloadpkgsrc-e0474aec63b9a317e808cb068500fbcbc1d61a93.tar.gz
Honor PKGMANDIR.
Diffstat (limited to 'editors/jove')
-rw-r--r--editors/jove/distinfo4
-rw-r--r--editors/jove/patches/patch-aa16
2 files changed, 14 insertions, 6 deletions
diff --git a/editors/jove/distinfo b/editors/jove/distinfo
index 5bae6ab256e..57b21aad19f 100644
--- a/editors/jove/distinfo
+++ b/editors/jove/distinfo
@@ -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
diff --git a/editors/jove/patches/patch-aa b/editors/jove/patches/patch-aa
index b979c879e0e..d5011602851 100644
--- a/editors/jove/patches/patch-aa
+++ b/editors/jove/patches/patch-aa
@@ -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.