diff options
author | jlam <jlam@pkgsrc.org> | 2017-08-19 00:27:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2017-08-19 00:27:44 +0000 |
commit | b860f822bfd7898aa9e213f097c47b53d09f2fe9 (patch) | |
tree | d2f5eaacea068f6266c14419eb5ccee8c8907adf /net/ccrtp/Makefile | |
parent | 1c458df540e82b7e8557a1d631ff7eecb564e93c (diff) | |
download | pkgsrc-b860f822bfd7898aa9e213f097c47b53d09f2fe9.tar.gz |
net/ccrtp: Install GNU info files into ${PKGINFODIR}.
This project uses CMake to configure the software. Force the GNU
info files to be installed into ${CMAKE_INSTALL_INFODIR}, which is
defined by the GNUInstallDirs CMake module included by the
top-level CMakeLists.txt file. The corrct environment variables
are passed so that ${CMAKE_INSTALL_INFODIR} points into
${PKGINFODIR}.
Remove the subst.mk section that tried to force GNU info files to
be always installed under "info".
Diffstat (limited to 'net/ccrtp/Makefile')
-rw-r--r-- | net/ccrtp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ccrtp/Makefile b/net/ccrtp/Makefile index 2f65ac877ec..e9373c53366 100644 --- a/net/ccrtp/Makefile +++ b/net/ccrtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/09/19 13:04:18 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/08/19 00:27:44 jlam Exp $ # DISTNAME= ccrtp-2.1.2 @@ -19,12 +19,6 @@ USE_CMAKE= yes PKGCONFIG_OVERRIDE+= libccrtp.pc.in INFO_FILES= yes -SUBST_CLASSES+= info -SUBST_FILES.info= doc/cmake_install.cmake -SUBST_MESSAGE.info= Fixing infodir path. -SUBST_SED.info= -e 's|share/info|info|1' -SUBST_STAGE.info= post-configure - .include "options.mk" BUILDLINK_API_DEPENDS.ucommon+= ucommon>=6.3.1 |