components/libedit/libedit.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 4169 287ebf81b849
--- a/components/libedit/libedit.p5m	Fri Jan 23 17:31:40 2015 -0800
+++ b/components/libedit/libedit.p5m	Tue Feb 03 19:24:25 2015 -0800
@@ -18,15 +18,16 @@
 #
 # CDDL HEADER END
 #
-# 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/libedit@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Libedit - Command line editor library"
 set name=pkg.human-version value=$(COMPONENT_VERSION)
-set name=pkg.summary value="Libedit - Command line editor library"
-set name=com.oracle.info.description value="the libedit command line editor library"
+set name=com.oracle.info.description \
+    value="the libedit command line editor library"
 set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value=org.opensolaris.category.2008:System/Libraries
@@ -36,17 +37,15 @@
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 file path=usr/include/editline/readline.h
 file path=usr/include/histedit.h
+link path=usr/lib/$(MACH64)/libedit.so target=libedit.so.0.0.38
+link path=usr/lib/$(MACH64)/libedit.so.0 target=libedit.so.0.0.38
 file path=usr/lib/$(MACH64)/libedit.so.0.0.38
 file path=usr/lib/$(MACH64)/pkgconfig/libedit.pc
+link path=usr/lib/libedit.so target=libedit.so.0.0.38
+link path=usr/lib/libedit.so.0 target=libedit.so.0.0.38
 file path=usr/lib/libedit.so.0.0.38
 file path=usr/lib/pkgconfig/libedit.pc
 file path=usr/share/man/man3/editline.3
-file path=usr/share/man/man5/editrc.5
-license libedit.license license=BSD
-link path=usr/lib/$(MACH64)/libedit.so target=libedit.so.0.0.38
-link path=usr/lib/$(MACH64)/libedit.so.0 target=libedit.so.0.0.38
-link path=usr/lib/libedit.so target=libedit.so.0.0.38
-link path=usr/lib/libedit.so.0 target=libedit.so.0.0.38
 link path=usr/share/man/man3/el_deletestr.3 target=editline.3
 link path=usr/share/man/man3/el_end.3 target=editline.3
 link path=usr/share/man/man3/el_get.3 target=editline.3
@@ -69,3 +68,5 @@
 link path=usr/share/man/man3/el_tok_line.3 target=editline.3
 link path=usr/share/man/man3/el_tok_reset.3 target=editline.3
 link path=usr/share/man/man3/el_tok_str.3 target=editline.3
+file path=usr/share/man/man5/editrc.5
+license libedit.license license=BSD