summaryrefslogtreecommitdiff
path: root/net/rabbitmq-c
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-06-08 17:18:03 +0000
committerrodent <rodent@pkgsrc.org>2014-06-08 17:18:03 +0000
commit609c0ad2681ebec26c50deb94f6c0344724b47ea (patch)
treec549478e4942ee40f7cec8383b35a27c3b78a88b /net/rabbitmq-c
parent101b3740ac0c59570fd4f86dc0e957b143a2bbea (diff)
downloadpkgsrc-609c0ad2681ebec26c50deb94f6c0344724b47ea.tar.gz
Add another file to SUBST.
Diffstat (limited to 'net/rabbitmq-c')
-rw-r--r--net/rabbitmq-c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile
index 26df2ae66e3..fbca07cf6e4 100644
--- a/net/rabbitmq-c/Makefile
+++ b/net/rabbitmq-c/Makefile
@@ -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 @@ USE_TOOLS+= pkg-config
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