diff options
author | thor <thor@pkgsrc.org> | 2021-04-29 11:00:15 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2021-04-29 11:00:15 +0000 |
commit | fa805e40e82ec2bc0556c9d85f09045764f2714b (patch) | |
tree | b24981318cfd41838ed8a9c9daaf1e66f2d5e8f9 /devel | |
parent | 17ff3937eb137813a07f5cc4ad6db5333ff5f9ec (diff) | |
download | pkgsrc-fa805e40e82ec2bc0556c9d85f09045764f2714b.tar.gz |
devel/pkgconf: also symlink pkg-config man page
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkgconf/Makefile | 7 | ||||
-rw-r--r-- | devel/pkgconf/PLIST | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index f8f0b2dca1e..182e17826ea 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2021/04/01 16:12:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/04/29 11:00:15 thor Exp $ DISTNAME= pkgconf-1.7.4 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ +PKGREVISION= 1 + MAINTAINER= nico@orgrim.net HOMEPAGE= https://github.com/pkgconf/pkgconf COMMENT= API-driven pkg-config replacement @@ -33,6 +35,7 @@ CONFIGURE_ARGS+= --with-pkg-config-dir=${PKGCONFIG_PATHS:ts::Q} CPPFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE post-install: - ${LN} -s ${DESTDIR}${PREFIX}/bin/pkgconf ${DESTDIR}${PREFIX}/bin/pkg-config + ${LN} -s pkgconf ${DESTDIR}${PREFIX}/bin/pkg-config + ${LN} -s pkgconf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pkg-config.1 .include "../../mk/bsd.pkg.mk" diff --git a/devel/pkgconf/PLIST b/devel/pkgconf/PLIST index dba2784ddd1..ab5082fce49 100644 --- a/devel/pkgconf/PLIST +++ b/devel/pkgconf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2019/03/11 14:21:01 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/04/29 11:00:15 thor Exp $ bin/pkg-config bin/pkgconf include/pkgconf/libpkgconf/bsdstubs.h @@ -8,6 +8,7 @@ include/pkgconf/libpkgconf/libpkgconf.h include/pkgconf/libpkgconf/stdinc.h lib/libpkgconf.la lib/pkgconfig/libpkgconf.pc +man/man1/pkg-config.1 man/man1/pkgconf.1 man/man5/pc.5 man/man5/pkgconf-personality.5 |