components/autoconf/autoconf.p5m
changeset 181 87e11e685b1f
parent 127 3e3c266b3a81
child 464 08f94c414553
--- a/components/autoconf/autoconf.p5m	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/autoconf/autoconf.p5m	Wed Apr 13 09:58:06 2011 -0700
@@ -21,15 +21,17 @@
 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
-set name=pkg.fmri value=pkg:/developer/build/autoconf@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/developer/build/autoconf@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="GNU autoconf utility"
-set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
-set name=info.upstream_url value="http://www.gnu.org/software/autoconf/"
+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=http://www.gnu.org/software/autoconf/
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/PSARC/2007/424
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
-license autoconf.license license='GPLv3'
-
 dir path=usr
 dir path=usr/bin
 dir path=usr/sfw
@@ -102,6 +104,10 @@
 file path=usr/share/man/man1/config.guess.1
 file path=usr/share/man/man1/config.sub.1
 file path=usr/share/man/man1/ifnames.1
+
+
+legacy pkg=SUNWaconf desc="GNU autoconf" name="GNU autoconf"
+license autoconf.license license=GPLv3
 link path=usr/sfw/bin/autoconf target=../../bin/autoconf
 link path=usr/sfw/bin/autoheader target=../../bin/autoheader
 link path=usr/sfw/bin/autom4te target=../../bin/autom4te
@@ -109,8 +115,3 @@
 link path=usr/sfw/bin/autoscan target=../../bin/autoscan
 link path=usr/sfw/bin/autoupdate target=../../bin/autoupdate
 link path=usr/sfw/bin/ifnames target=../../bin/ifnames
-
-
-legacy pkg=SUNWaconf \
-	name="GNU autoconf" \
-	desc="GNU autoconf"