pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gperftools Correct directory name of gperftools ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d53eaba65a9c
branches:  trunk
changeset: 358335:d53eaba65a9c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Feb 10 19:59:50 2017 +0000

description:
Correct directory name of gperftools docs

diffstat:

 devel/gperftools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0163f35977d3 -r d53eaba65a9c devel/gperftools/Makefile
--- a/devel/gperftools/Makefile Fri Feb 10 11:01:48 2017 +0000
+++ b/devel/gperftools/Makefile Fri Feb 10 19:59:50 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/07/09 06:38:08 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/10 19:59:50 minskim Exp $
 
 DISTNAME=      gperftools-2.4
 PKGREVISION=   2
@@ -23,7 +23,7 @@
 
 .if ${OPSYS} == "Darwin"
 post-install:
-       ${INSTALL_DATA} ${WRKSRC}/doc/heap_checker.html ${DESTDIR}${PREFIX}/share/doc/${PKGNAME}/heap_checker.html
+       ${INSTALL_DATA} ${WRKSRC}/doc/heap_checker.html ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}/heap_checker.html
 .endif
 
 # http://code.google.com/p/gperftools/issues/detail?id=609



Home | Main Index | Thread Index | Old Index