components/ncurses/ncurses.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 5166 29635ee48caa
--- a/components/ncurses/ncurses.p5m	Fri Jan 23 17:31:40 2015 -0800
+++ b/components/ncurses/ncurses.p5m	Tue Feb 03 19:24:25 2015 -0800
@@ -20,14 +20,15 @@
 #
 
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 set name=pkg.fmri \
     value=pkg:/library/ncurses@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="A CRT screen handling and optimization package."
-set name=com.oracle.info.description value="the ncurses screen handling software"
+set name=com.oracle.info.description \
+    value="the ncurses screen handling software"
 set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value=org.opensolaris.category.2008:System/Libraries
@@ -3387,6 +3388,7 @@
 license ncurses.license license=MIT
 
 # ncurses was previously in the 'desktop' consolidation. This optional
-# dependency is here to facilitate the safe transfer of the package 
+# dependency is here to facilitate the safe transfer of the package
 # to the 'userland' consolidation.
-depend type=optional fmri=consolidation/desktop/[email protected]
+depend type=optional \
+    fmri=consolidation/desktop/[email protected]