diff options
author | wiz <wiz> | 2016-12-22 07:13:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-12-22 07:13:09 +0000 |
commit | 639e02a7197387d49f26ed7d34376370756fde87 (patch) | |
tree | 4b809e252544f2f1771525e13719e9667c5d81e3 /time | |
parent | 2446e394d1c73e1c706b5528b33def2d411aa50b (diff) | |
download | pkgsrc-639e02a7197387d49f26ed7d34376370756fde87.tar.gz |
Fix PLIST for recent update, add PKGCONFIG_OVERRIDE.
Diffstat (limited to 'time')
-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 |