summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2008-01-24 11:55:42 +0000
committeris <is@pkgsrc.org>2008-01-24 11:55:42 +0000
commit2eb3b8f616ab886ce183b267dfb49d4d4c2428bc (patch)
tree3e4c04d4e232c46584fc49ddc29c86053057e9aa
parente7a9a2bf1a51d3b976dcc661b1ffcd5fdc0d10ac (diff)
downloadpkgsrc-2eb3b8f616ab886ce183b267dfb49d4d4c2428bc.tar.gz
Correct PLIST on Solaris (From PR 33259 by spz@).
-rw-r--r--net/ntp4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index 1aea030ff1e..59916541a3a 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -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 @@ CONFIGURE_ENV+= ac_cv_lib_md5_MD5Init=no
.elif ${OPSYS} == "IRIX"
TIMETRIM= "@comment "
NO_TIMETRIM= ""
+.elif ${OPSYS} == "SunOS" && ${LOWER_OPSYS} == "solaris"
+TIMETRIM= "@comment "
.endif
PLIST_SUBST+= TIMETRIM=${TIMETRIM} NO_TIMETRIM=${NO_TIMETRIM}