diff options
author | he <he@pkgsrc.org> | 2010-12-20 08:40:19 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2010-12-20 08:40:19 +0000 |
commit | b9296d6649035d4f49c792f3cbd0e2b261904eac (patch) | |
tree | b253752eb8a78b1c58f3a4b8e20747c6b151db69 /sysutils/munin-doc | |
parent | d188960900491a490debd9c78ee22896cc0f768e (diff) | |
download | pkgsrc-b9296d6649035d4f49c792f3cbd0e2b261904eac.tar.gz |
Remove hardcoding of /usr/pkg, use $(LOCALBASE) instead.
Part of fixing PR#34977.
Diffstat (limited to 'sysutils/munin-doc')
-rw-r--r-- | sysutils/munin-doc/distinfo | 4 | ||||
-rw-r--r-- | sysutils/munin-doc/patches/patch-aa | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/munin-doc/distinfo b/sysutils/munin-doc/distinfo index a669cff067f..6b03fc8677d 100644 --- a/sysutils/munin-doc/distinfo +++ b/sysutils/munin-doc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2006/12/05 14:53:32 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2010/12/20 08:40:19 he Exp $ SHA1 (munin_1.3.2.tar.gz) = 575c1dc3373e2e001accd1920fd815d9b875c95a RMD160 (munin_1.3.2.tar.gz) = 7bcc16d00ad28731041015ef240144ed0c4fdeb4 Size (munin_1.3.2.tar.gz) = 309319 bytes -SHA1 (patch-aa) = f17112a37d968d507bee23069d580c98ee8b1807 +SHA1 (patch-aa) = 88e5e98f6ea901d1291c73812a92ba452fe76570 SHA1 (patch-ad) = 8accd3875324035f2c95903fc37cee4b4a55948a diff --git a/sysutils/munin-doc/patches/patch-aa b/sysutils/munin-doc/patches/patch-aa index effc9354514..5590540057a 100644 --- a/sysutils/munin-doc/patches/patch-aa +++ b/sysutils/munin-doc/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2006/07/02 10:37:29 rillig Exp $ +$NetBSD: patch-aa,v 1.3 2010/12/20 08:40:19 he Exp $ + +Redefine where we install this package. --- Makefile.config.orig 2005-01-10 11:38:22.000000000 +0100 +++ Makefile.config @@ -10,7 +12,7 @@ $NetBSD: patch-aa,v 1.2 2006/07/02 10:37:29 rillig Exp $ +ifdef PREFIX +UPREFIX = $(DESTDIR)$(PREFIX) +else -+UPREFIX= = $(DESTDIR)/usr/pkg ++UPREFIX= = $(DESTDIR)$(LOCALBASE) +endif # Where Munin keeps its configurations (server.conf, client.conf, ++) |