pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/jday Fix PLIST for recent update, add PKGCONFIG_O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/646de71b113e
branches:  trunk
changeset: 356204:646de71b113e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 22 07:13:09 2016 +0000

description:
Fix PLIST for recent update, add PKGCONFIG_OVERRIDE.

diffstat:

 time/jday/Makefile |  5 +++--
 time/jday/PLIST    |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 33b33bd279c6 -r 646de71b113e time/jday/Makefile
--- a/time/jday/Makefile        Wed Dec 21 22:46:07 2016 +0000
+++ b/time/jday/Makefile        Thu Dec 22 07:13:09 2016 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/11/04 12:57:00 mef Exp $
-#
+# $NetBSD: Makefile,v 1.9 2016/12/22 07:13:09 wiz Exp $
 
 DISTNAME=              jday-2.4
 CATEGORIES=            time
@@ -13,6 +12,8 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
+PKGCONFIG_OVERRIDE=    jday.pc.in
+
 do-test:
        (cd ${WRKSRC} && ./RunTest)
        (cd ${WRKSRC} && ./Testdbd)
diff -r 33b33bd279c6 -r 646de71b113e time/jday/PLIST
--- a/time/jday/PLIST   Wed Dec 21 22:46:07 2016 +0000
+++ b/time/jday/PLIST   Thu Dec 22 07:13:09 2016 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:58 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/12/22 07:13:09 wiz Exp $
 bin/dbd
 bin/j2d
 bin/jday
 include/jday.h
-lib/libjday.a
+lib/libjday.la
+lib/pkgconfig/jday.pc
 man/man1/jday.1
 share/jday/CalDate.inc
 share/jday/CalDate.pm



Home | Main Index | Thread Index | Old Index