diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-08 05:02:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-08 05:02:59 +0000 |
commit | 55ed30e64c1e1deda450b16700c96eb812494b9a (patch) | |
tree | 855e8cfd585ec1e244f1b9e39c315955add08f02 /time/gcal | |
parent | e0d6db7b84b04b5bee8addb846d28016367a5a96 (diff) | |
download | pkgsrc-55ed30e64c1e1deda450b16700c96eb812494b9a.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'time/gcal')
-rw-r--r-- | time/gcal/Makefile | 4 | ||||
-rw-r--r-- | time/gcal/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile index 46e3d1ca811..c321a2ab0ac 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:11:09 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/08 05:02:59 jlam Exp $ # DISTNAME= gcal-3.01 @@ -12,7 +12,7 @@ COMMENT= Gnu version of the standard calendar utility USE_PKGLOCALEDIR= yes -INFO_FILES= gcal.info +INFO_FILES= # PLIST GNU_CONFIGURE= yes BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes diff --git a/time/gcal/PLIST b/time/gcal/PLIST index 9e264889a7d..7fcb00c3a09 100644 --- a/time/gcal/PLIST +++ b/time/gcal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/11 14:18:38 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/08 05:02:59 jlam Exp $ bin/gcal bin/gcal-daily bin/gcal-ddiff @@ -13,6 +13,7 @@ bin/gcal-wlocdrv bin/gcal2txt bin/tcal bin/txt2gcal +info/gcal.info man/man1/gcal.1 man/man1/gcal2txt.1 man/man1/tcal.1 |