diff options
author | sommerfeld <sommerfeld@pkgsrc.org> | 2001-09-21 17:07:12 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld@pkgsrc.org> | 2001-09-21 17:07:12 +0000 |
commit | ae910df7caacee12e0e61338e9b766d3f991e974 (patch) | |
tree | 14eb54cf1b75cf481f18e4c9cf3b5a96c86e1491 /mail/nmh/Makefile | |
parent | 27656c9c52b6cbd137c455efebb4c97903c10040 (diff) | |
download | pkgsrc-ae910df7caacee12e0e61338e9b766d3f991e974.tar.gz |
Patch integer-to-decimal conversion problem which turns up with
scan -format "%(clock{date})"
This is a time_t > 1e9 problem.
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r-- | mail/nmh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 641ac624d7c..fd428ed14f7 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2001/04/12 07:56:57 wennmach Exp $ +# $NetBSD: Makefile,v 1.42 2001/09/21 17:07:12 sommerfeld Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # DISTNAME= nmh-1.0.4 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/ \ ftp://ftp.gw.com/pub/unix/mail/mh/nmh/ |