components/top/top.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
--- a/components/top/top.p5m	Tue Feb 03 12:52:16 2015 -0800
+++ b/components/top/top.p5m	Tue Feb 03 13:01:27 2015 -0800
@@ -18,29 +18,28 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 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:/diagnostic/top@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.human-version value=$(COMPONENT_VERSION)
 set name=pkg.summary \
     value="provides a rolling display of top cpu using processes"
+set name=pkg.human-version value=$(COMPONENT_VERSION)
 set name=com.oracle.info.description value="the top utility"
 set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value="org.opensolaris.category.2008:Applications/System Utilities"
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.arc-caseid \
-    value=PSARC/2008/533
+set name=org.opensolaris.arc-caseid value=PSARC/2008/533
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-dir path=usr
-dir path=usr/bin
-dir path=usr/share
-dir path=usr/share/man
-dir path=usr/share/man/man1
+dir  path=usr
+dir  path=usr/bin
 file usr/bin/$(MACH64)/top path=usr/bin/top
+dir  path=usr/share
+dir  path=usr/share/man
+dir  path=usr/share/man/man1
 file path=usr/share/man/man1/top.1
 license top.license license="BSD, Apachev2.0"