diff options
author | reed <reed> | 2006-11-22 23:07:39 +0000 |
---|---|---|
committer | reed <reed> | 2006-11-22 23:07:39 +0000 |
commit | 29a4f9ca33e23541c9822e63ec9b6fbac82a8e39 (patch) | |
tree | d216995d336915ccf77b88734223f20e507c2126 /net/ntp4/Makefile | |
parent | 5380fdbd7ed3e900134cdc984c155c054c33539d (diff) | |
download | pkgsrc-29a4f9ca33e23541c9822e63ec9b6fbac82a8e39.tar.gz |
Fix path to docs in MESSAGE. This is PR #35096.
It was changed in Makefile revision 1.49 in July 2006.
Bump PKGREVISION.
Diffstat (limited to 'net/ntp4/Makefile')
-rw-r--r-- | net/ntp4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index b4924aa7558..419731e72d5 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2006/07/12 17:41:54 rillig Exp $ +# $NetBSD: Makefile,v 1.50 2006/11/22 23:07:39 reed Exp $ # DISTNAME= ntp-4.2.0 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= net time MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ |