diff options
author | wiz <wiz> | 2016-12-22 07:13:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-12-22 07:13:09 +0000 |
commit | 63e92fb59d0f4e5828cf7d5f5b1b313547fd02dc (patch) | |
tree | 4b809e252544f2f1771525e13719e9667c5d81e3 /time/jday | |
parent | 59d5dc21a71cf19fda6f04f222b8327f11bf7430 (diff) | |
download | pkgsrc-63e92fb59d0f4e5828cf7d5f5b1b313547fd02dc.tar.gz |
Fix PLIST for recent update, add PKGCONFIG_OVERRIDE.
Diffstat (limited to 'time/jday')
-rw-r--r-- | time/jday/Makefile | 5 | ||||
-rw-r--r-- | time/jday/PLIST | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/time/jday/Makefile b/time/jday/Makefile index ba1ad646bf5..f7082c3da2f 100644 --- a/time/jday/Makefile +++ b/time/jday/Makefile @@ -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 @@ LICENSE= 2-clause-bsd GNU_CONFIGURE= yes USE_LIBTOOL= yes +PKGCONFIG_OVERRIDE= jday.pc.in + do-test: (cd ${WRKSRC} && ./RunTest) (cd ${WRKSRC} && ./Testdbd) diff --git a/time/jday/PLIST b/time/jday/PLIST index 20b6e466cf4..c15bec8ddc7 100644 --- a/time/jday/PLIST +++ b/time/jday/PLIST @@ -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 |