pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/asm2html honour PKGMANDIR
details: https://anonhg.NetBSD.org/pkgsrc/rev/2dbae712cbcc
branches: trunk
changeset: 648310:2dbae712cbcc
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri Mar 13 17:02:31 2015 +0000
description:
honour PKGMANDIR
diffstat:
devel/asm2html/Makefile | 4 +++-
devel/asm2html/distinfo | 4 ++--
devel/asm2html/patches/patch-ab | 7 ++++---
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (46 lines):
diff -r 891aa70b921f -r 2dbae712cbcc devel/asm2html/Makefile
--- a/devel/asm2html/Makefile Fri Mar 13 16:55:10 2015 +0000
+++ b/devel/asm2html/Makefile Fri Mar 13 17:02:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/03/28 23:59:03 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2015/03/13 17:02:31 tnn Exp $
#
DISTNAME= asm2html-1.4
@@ -13,4 +13,6 @@
GNU_CONFIGURE= YES
+MAKE_INSTALL_FLAGS+= PKGMANDIR=${PKGMANDIR:Q}
+
.include "../../mk/bsd.pkg.mk"
diff -r 891aa70b921f -r 2dbae712cbcc devel/asm2html/distinfo
--- a/devel/asm2html/distinfo Fri Mar 13 16:55:10 2015 +0000
+++ b/devel/asm2html/distinfo Fri Mar 13 17:02:31 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2008/06/20 01:09:11 joerg Exp $
+$NetBSD: distinfo,v 1.8 2015/03/13 17:02:31 tnn Exp $
SHA1 (asm2html-1.4.tar.gz) = 178ed3f2f7be8d70848f5d6a6162dfd741bc8b88
RMD160 (asm2html-1.4.tar.gz) = 8f35a7436d1b84fcda6925fcbc88a9623f2a55bd
Size (asm2html-1.4.tar.gz) = 33975 bytes
SHA1 (patch-aa) = f28e1bbfd03292c1c75eaa833518835ed38142df
-SHA1 (patch-ab) = 251601e2de076e2c1af8bffcf91c336ee76a6821
+SHA1 (patch-ab) = 6bdaa6fd54623926b7043865a13117f75408e3e3
diff -r 891aa70b921f -r 2dbae712cbcc devel/asm2html/patches/patch-ab
--- a/devel/asm2html/patches/patch-ab Fri Mar 13 16:55:10 2015 +0000
+++ b/devel/asm2html/patches/patch-ab Fri Mar 13 17:02:31 2015 +0000
@@ -1,9 +1,10 @@
-$NetBSD: patch-ab,v 1.2 2008/06/20 01:09:11 joerg Exp $
+$NetBSD: patch-ab,v 1.3 2015/03/13 17:02:31 tnn Exp $
---- man/Makefile.in.orig 2003-04-25 13:41:31.000000000 -0500
+--- man/Makefile.in.orig 2003-04-25 18:41:31.000000000 +0000
+++ man/Makefile.in
@@ -1,7 +1,7 @@
- INSDIR=@prefix@/man/man1
+-INSDIR=@prefix@/man/man1
++INSDIR=@prefix@/$(PKGMANDIR)/man1
install:
- install -c -o root -g wheel -m 444 asm2html.1 ${INSDIR}/asm2html.1
Home |
Main Index |
Thread Index |
Old Index