components/automake/automake-1.10/automake.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
--- a/components/automake/automake-1.10/automake.p5m	Tue Feb 03 12:52:16 2015 -0800
+++ b/components/automake/automake-1.10/automake.p5m	Tue Feb 03 13:01:27 2015 -0800
@@ -18,7 +18,7 @@
 #
 # 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.
 #
 
 set name=pkg.fmri \
@@ -26,23 +26,22 @@
 set name=pkg.summary value="A Makefile generator"
 set name=com.oracle.info.description value="GNU automake"
 set name=com.oracle.info.tpno value=$(TPNO)
-set name=info.classification \
-    value=org.opensolaris.category.2008:Development/GNU
+set name=info.classification value=org.opensolaris.category.2008:Development/GNU
 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/2007/293
+set name=org.opensolaris.arc-caseid value=PSARC/2007/293
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-dir path=usr
-dir path=usr/bin
-dir path=usr/share
-dir path=usr/share/aclocal
-dir path=usr/share/aclocal-$(COMPONENT_VERSION)
-dir path=usr/share/automake-$(COMPONENT_VERSION)
-dir path=usr/share/automake-$(COMPONENT_VERSION)/Automake
-dir path=usr/share/automake-$(COMPONENT_VERSION)/am
+dir  path=usr
+dir  path=usr/bin
+link path=usr/bin/aclocal target=aclocal-1.10 mediator=automake \
+    mediator-version=1.10
 file path=usr/bin/aclocal-$(COMPONENT_VERSION)
+link path=usr/bin/automake target=automake-1.10 mediator=automake \
+    mediator-version=1.10
 file path=usr/bin/automake-$(COMPONENT_VERSION)
+dir  path=usr/share
+dir  path=usr/share/aclocal
+dir  path=usr/share/aclocal-$(COMPONENT_VERSION)
 file path=usr/share/aclocal-$(COMPONENT_VERSION)/amversion.m4
 file path=usr/share/aclocal-$(COMPONENT_VERSION)/as.m4
 file path=usr/share/aclocal-$(COMPONENT_VERSION)/auxdir.m4
@@ -77,6 +76,8 @@
 file path=usr/share/aclocal-$(COMPONENT_VERSION)/substnot.m4
 file path=usr/share/aclocal-$(COMPONENT_VERSION)/tar.m4
 file path=usr/share/aclocal-$(COMPONENT_VERSION)/upc.m4
+dir  path=usr/share/automake-$(COMPONENT_VERSION)
+dir  path=usr/share/automake-$(COMPONENT_VERSION)/Automake
 file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/ChannelDefs.pm
 file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Channels.pm
 file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Condition.pm
@@ -100,6 +101,7 @@
 file path=usr/share/automake-$(COMPONENT_VERSION)/COPYING
 file path=usr/share/automake-$(COMPONENT_VERSION)/INSTALL
 file path=usr/share/automake-$(COMPONENT_VERSION)/acinstall mode=0555
+dir  path=usr/share/automake-$(COMPONENT_VERSION)/am
 file path=usr/share/automake-$(COMPONENT_VERSION)/am/ansi2knr.am
 file path=usr/share/automake-$(COMPONENT_VERSION)/am/check.am
 file path=usr/share/automake-$(COMPONENT_VERSION)/am/clean-hdr.am
@@ -155,10 +157,4 @@
 file path=usr/share/automake-$(COMPONENT_VERSION)/symlink-tree mode=0555
 file path=usr/share/automake-$(COMPONENT_VERSION)/texinfo.tex
 file path=usr/share/automake-$(COMPONENT_VERSION)/ylwrap mode=0555
-
-link path=usr/bin/aclocal target=aclocal-1.10 \
-    mediator=automake mediator-version=1.10
-link path=usr/bin/automake target=automake-1.10 \
-    mediator=automake mediator-version=1.10
-
 license automake.license license="GPLv2 FDLv1.2"