diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 17:02:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 17:02:31 +0000 |
commit | 468097ef89b5ce2da4944cf5a3a0fc805a4edbf6 (patch) | |
tree | 0dcf0cfb196f4e8c6aa26fdbd18ee2e0bd7eb5d3 /devel/asm2html | |
parent | c27e7c67f543f4800bc992d5ca6b947c9562ba9a (diff) | |
download | pkgsrc-468097ef89b5ce2da4944cf5a3a0fc805a4edbf6.tar.gz |
honour PKGMANDIR
Diffstat (limited to 'devel/asm2html')
-rw-r--r-- | devel/asm2html/Makefile | 4 | ||||
-rw-r--r-- | devel/asm2html/distinfo | 4 | ||||
-rw-r--r-- | devel/asm2html/patches/patch-ab | 7 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile index ac4d0416c9e..2e75f58810a 100644 --- a/devel/asm2html/Makefile +++ b/devel/asm2html/Makefile @@ -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 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 GNU_CONFIGURE= YES +MAKE_INSTALL_FLAGS+= PKGMANDIR=${PKGMANDIR:Q} + .include "../../mk/bsd.pkg.mk" diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo index 15bd15af1eb..87013958f73 100644 --- a/devel/asm2html/distinfo +++ b/devel/asm2html/distinfo @@ -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 --git a/devel/asm2html/patches/patch-ab b/devel/asm2html/patches/patch-ab index c69e3c259c2..81d5f779c85 100644 --- a/devel/asm2html/patches/patch-ab +++ b/devel/asm2html/patches/patch-ab @@ -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 |