pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ntp4 Correct PLIST on Solaris (From PR 33259 by sp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c1e94bc411aa
branches: trunk
changeset: 538010:c1e94bc411aa
user: is <is%pkgsrc.org@localhost>
date: Thu Jan 24 11:55:42 2008 +0000
description:
Correct PLIST on Solaris (From PR 33259 by spz@).
diffstat:
net/ntp4/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 433b2bd11236 -r c1e94bc411aa net/ntp4/Makefile
--- a/net/ntp4/Makefile Thu Jan 24 11:14:26 2008 +0000
+++ b/net/ntp4/Makefile Thu Jan 24 11:55:42 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2008/01/18 05:08:47 tnn Exp $
+# $NetBSD: Makefile,v 1.53 2008/01/24 11:55:42 is Exp $
#
DISTNAME= ntp-4.2.0
@@ -58,6 +58,8 @@
.elif ${OPSYS} == "IRIX"
TIMETRIM= "@comment "
NO_TIMETRIM= ""
+.elif ${OPSYS} == "SunOS" && ${LOWER_OPSYS} == "solaris"
+TIMETRIM= "@comment "
.endif
PLIST_SUBST+= TIMETRIM=${TIMETRIM} NO_TIMETRIM=${NO_TIMETRIM}
Home |
Main Index |
Thread Index |
Old Index