pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rabbitmq-c



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 16:16:10 UTC 2020

Modified Files:
        pkgsrc/net/rabbitmq-c: Makefile

Log Message:
net/rabbitmq-c: remove no-op SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/rabbitmq-c/Makefile

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

Modified files:

Index: pkgsrc/net/rabbitmq-c/Makefile
diff -u pkgsrc/net/rabbitmq-c/Makefile:1.15 pkgsrc/net/rabbitmq-c/Makefile:1.16
--- pkgsrc/net/rabbitmq-c/Makefile:1.15 Thu Feb 13 12:22:16 2020
+++ pkgsrc/net/rabbitmq-c/Makefile      Sat May 16 16:16:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/02/13 12:22:16 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/16 16:16:10 rillig Exp $
 
 DISTNAME=      rabbitmq-c-0.10.0
 CATEGORIES=    net
@@ -20,12 +20,6 @@ CMAKE_ARGS+=         -DBUILD_TOOLS_DOCS=ON
 CMAKE_ARGS+=           -DENABLE_SSL_SUPPORT=ON
 TEST_TARGET=           test
 
-SUBST_CLASSES+=                man
-SUBST_STAGE.man=       pre-build
-SUBST_MESSAGE.man=     Fix man installation path
-SUBST_FILES.man+=      tools/CMakeLists.txt tools/cmake_install.cmake
-SUBST_SED.man=         -e "s|share/man|${PKGMANDIR}|g"
-
 .include "../../devel/popt/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index