pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rabbitmq-c Add another file to SUBST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a42777cd777
branches:  trunk
changeset: 635546:2a42777cd777
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Jun 08 17:18:03 2014 +0000

description:
Add another file to SUBST.

diffstat:

 net/rabbitmq-c/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r aa2c28148d47 -r 2a42777cd777 net/rabbitmq-c/Makefile
--- a/net/rabbitmq-c/Makefile   Sun Jun 08 16:47:45 2014 +0000
+++ b/net/rabbitmq-c/Makefile   Sun Jun 08 17:18:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/02/13 09:46:00 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/08 17:18:03 rodent Exp $
 
 DISTNAME=      rabbitmq-c-0.5.0
 CATEGORIES=    net
@@ -18,8 +18,8 @@
 SUBST_CLASSES+=                man
 SUBST_STAGE.man=       pre-build
 SUBST_MESSAGE.man=     Fix man installation path
-SUBST_FILES.man=       tools/CMakeLists.txt
-SUBST_SED.man=         -e 's,share/man,${PKGMANDIR},'
+SUBST_FILES.man+=      tools/CMakeLists.txt tools/cmake_install.cmake
+SUBST_SED.man=         -e "s|share/man|${PKGMANDIR}|g"
 
 CMAKE_ARGS+=           -DBUILD_TOOLS=ON
 CMAKE_ARGS+=           -DBUILD_TOOLS_DOCS=ON



Home | Main Index | Thread Index | Old Index