pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pkgconf



Module Name:    pkgsrc
Committed By:   thor
Date:           Thu Apr 29 11:00:15 UTC 2021

Modified Files:
        pkgsrc/devel/pkgconf: Makefile PLIST

Log Message:
devel/pkgconf: also symlink pkg-config man page


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pkgconf/PLIST

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

Modified files:

Index: pkgsrc/devel/pkgconf/Makefile
diff -u pkgsrc/devel/pkgconf/Makefile:1.16 pkgsrc/devel/pkgconf/Makefile:1.17
--- pkgsrc/devel/pkgconf/Makefile:1.16  Thu Apr  1 16:12:19 2021
+++ pkgsrc/devel/pkgconf/Makefile       Thu Apr 29 11:00:15 2021
@@ -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@localhost
 HOMEPAGE=      https://github.com/pkgconf/pkgconf
 COMMENT=       API-driven pkg-config replacement
@@ -33,6 +35,7 @@ CONFIGURE_ARGS+=      --with-pkg-config-dir=$
 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"

Index: pkgsrc/devel/pkgconf/PLIST
diff -u pkgsrc/devel/pkgconf/PLIST:1.5 pkgsrc/devel/pkgconf/PLIST:1.6
--- pkgsrc/devel/pkgconf/PLIST:1.5      Mon Mar 11 14:21:01 2019
+++ pkgsrc/devel/pkgconf/PLIST  Thu Apr 29 11:00:15 2021
@@ -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



Home | Main Index | Thread Index | Old Index