pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gperftools



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Feb 10 19:59:50 UTC 2017

Modified Files:
        pkgsrc/devel/gperftools: Makefile

Log Message:
Correct directory name of gperftools docs


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/gperftools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gperftools/Makefile
diff -u pkgsrc/devel/gperftools/Makefile:1.5 pkgsrc/devel/gperftools/Makefile:1.6
--- pkgsrc/devel/gperftools/Makefile:1.5        Sat Jul  9 06:38:08 2016
+++ pkgsrc/devel/gperftools/Makefile    Fri Feb 10 19:59:50 2017
@@ -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 @@ CONFIGURE_ARGS+=      --enable-frame-pointers
 
 .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