diff options
author | atatat <atatat@pkgsrc.org> | 2003-06-14 23:55:22 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-06-14 23:55:22 +0000 |
commit | 1d0b613b94790f53c8a2bd6626790b327eb8d7d4 (patch) | |
tree | 9583cb40962ddfc86fa89caecc83ed036fd5d0f8 /time | |
parent | cbf63b5c27c69fa47d4ba0c9f6e79a2ecb2c9ac9 (diff) | |
download | pkgsrc-1d0b613b94790f53c8a2bd6626790b327eb8d7d4.tar.gz |
Oops. Forgot to mention the info stuff in the Makefile.
Diffstat (limited to 'time')
-rw-r--r-- | time/gcal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile index badfd624f8c..d5ee7f9d875 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/06/14 23:21:46 atatat Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/14 23:55:22 atatat Exp $ # DISTNAME= gcal-3.01 @@ -12,7 +12,9 @@ COMMENT= Gnu version of the standard calendar utility USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes +INFO_FILES= gcal.info GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink2.mk" +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |