pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/mg editors/mg: fix prefix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7f68658353c
branches:  trunk
changeset: 428312:f7f68658353c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Apr 27 04:22:22 2020 +0000

description:
editors/mg: fix prefix

diffstat:

 editors/mg/Makefile         |  6 +++---
 editors/mg/distinfo         |  4 ++--
 editors/mg/patches/patch-ag |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r 472f9dca0b28 -r f7f68658353c editors/mg/Makefile
--- a/editors/mg/Makefile       Mon Apr 27 04:12:44 2020 +0000
+++ b/editors/mg/Makefile       Mon Apr 27 04:22:22 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2019/01/01 20:05:02 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/27 04:22:22 rillig Exp $
 
 DISTNAME=      mg-20110905
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    editors
 MASTER_SITES=  https://homepage.boetes.org/software/mg/
 
@@ -26,7 +26,7 @@
 SUBST_STAGE.path=      pre-configure
 SUBST_MESSAGE.path=    Adjusting path.
 SUBST_FILES.path=      Makefile.in mg.1
-SUBST_SED.path=                -e "s|/usr/local|${PREFIX}/|g"
+SUBST_SED.path=                -e "s|/usr/local|${PREFIX}|g"
 SUBST_SED.path+=       -e "s|/usr/share/doc|${PREFIX}/share/doc|g"
 SUBST_SED.path+=       -e "s|/usr/bin/install|${INSTALL}|g"
 
diff -r 472f9dca0b28 -r f7f68658353c editors/mg/distinfo
--- a/editors/mg/distinfo       Mon Apr 27 04:12:44 2020 +0000
+++ b/editors/mg/distinfo       Mon Apr 27 04:22:22 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2016/04/01 13:14:32 jperkin Exp $
+$NetBSD: distinfo,v 1.10 2020/04/27 04:22:22 rillig Exp $
 
 SHA1 (mg-20110905.tar.gz) = 51d2bac801cab33c9b552c36db5f8637fbbe9363
 RMD160 (mg-20110905.tar.gz) = 721b2a2e9059ddf6ea637dafd205575150b58c8c
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 2deb4c7e78d580434cfedfe9ea23add3b19cc300
 SHA1 (patch-ad) = 12515e4f5ce063f2984e5a144e467ba9b1693a7e
 SHA1 (patch-af) = b3c845deb4d7d70d006b8e00eeb5cf89a4b1027b
-SHA1 (patch-ag) = 3575193533f5585ebd378ef5de5dc9ab733b8f88
+SHA1 (patch-ag) = 1cc6ee03a15608055ba5da9e5e46c52a6ca67e27
 SHA1 (patch-ah) = 4c30216b73e895c0905c1245918c1bf04363ab16
 SHA1 (patch-ai) = bc9950469e4792867532dcaddba331f07131215c
 SHA1 (patch-basic.c) = bf528fd1b41d669427b00eb39c3c244cca725b5a
diff -r 472f9dca0b28 -r f7f68658353c editors/mg/patches/patch-ag
--- a/editors/mg/patches/patch-ag       Mon Apr 27 04:12:44 2020 +0000
+++ b/editors/mg/patches/patch-ag       Mon Apr 27 04:22:22 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.3 2016/04/01 13:14:32 jperkin Exp $
+$NetBSD: patch-ag,v 1.4 2020/04/27 04:22:22 rillig Exp $
 
 Use pkgsrc layout/flags.
 
@@ -9,7 +9,7 @@
  name=         mg
  
 -prefix=               /usr/local
-+prefix?=      /usr/pkg/
++prefix?=      /usr/local
  bindir=               $(prefix)/bin
  libdir=               $(prefix)/lib
  includedir=   $(prefix)/include



Home | Main Index | Thread Index | Old Index