22115658 libtecla needs SOLARIS_12_ONLY macro for some p5m file entries
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 28 Oct 2015 20:02:32 -0700
changeset 5052 65f5fba4e0e3
parent 5051 f02ca22d1c70
child 5053 aca4f06d05d1
22115658 libtecla needs SOLARIS_12_ONLY macro for some p5m file entries
components/libtecla/libtecla.p5m
--- a/components/libtecla/libtecla.p5m	Wed Oct 28 16:35:13 2015 -0700
+++ b/components/libtecla/libtecla.p5m	Wed Oct 28 20:02:32 2015 -0700
@@ -136,8 +136,8 @@
 file path=usr/share/man/man3tecla/pca_set_check_fn.3tecla
 file path=usr/share/man/man3tecla/ppc_file_start.3tecla
 file path=usr/share/man/man3tecla/ppc_literal_escapes.3tecla
-file path=usr/share/man/man5/tecla.5
-file path=usr/share/man/man5/teclarc.5
+$(SOLARIS_12_ONLY)file path=usr/share/man/man5/tecla.5
+$(SOLARIS_12_ONLY)file path=usr/share/man/man5/teclarc.5
 file enhance.1.zh_CN.UTF-8 path=usr/share/man/zh_CN.UTF-8/man1/enhance.1
 legacy pkg=SUNWtecla desc="Tecla command-line editing library" \
     name="Tecla command-line editing library"
@@ -145,4 +145,4 @@
 # Both tecla.5 & teclarc.5 used to be in system/core-os, so we need an
 # optional dependency on that package @ the first version where they are
 # no longer there.
-depend type=optional fmri=system/[email protected]
+$(SOLARIS_12_ONLY)depend type=optional fmri=system/[email protected]