pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/news Forgot to add comment to .include to ind...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0370db0eee4
branches:  trunk
changeset: 502032:f0370db0eee4
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 01 19:07:45 2005 +0000

description:
Forgot to add comment to .include to indicate why (utimes() support).

diffstat:

 sysutils/news/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3486489832b8 -r f0370db0eee4 sysutils/news/Makefile
--- a/sysutils/news/Makefile    Tue Nov 01 19:07:02 2005 +0000
+++ b/sysutils/news/Makefile    Tue Nov 01 19:07:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/11/01 19:07:02 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/11/01 19:07:45 tv Exp $
 #
 
 DISTNAME=              news-0.2
@@ -18,7 +18,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Interix"
-.  include "../../pkgtools/libnbcompat/buildlink3.mk"
+.  include "../../pkgtools/libnbcompat/buildlink3.mk" # for utimes()
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index