components/make/make.p5m
changeset 181 87e11e685b1f
parent 94 e2364cad23ff
child 321 24c9015ed25a
--- a/components/make/make.p5m	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/make/make.p5m	Wed Apr 13 09:58:06 2011 -0700
@@ -23,14 +23,19 @@
 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
-set name=pkg.fmri value=pkg:/developer/build/gnu-make@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+set name=pkg.fmri \
+    value=pkg:/developer/build/gnu-make@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.description \
+    value="GNU Make is an utility which controls the generation of executables and other target files."
 set name=pkg.summary value="A utility for directing compilation."
-set name=pkg.description value="GNU Make is an utility which controls the generation of executables and other target files."
-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=http://www.gnu.org/software/make/
-set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/PSARC/2000/488
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
 dir path=usr
 dir path=usr/bin
 dir path=usr/gnu
@@ -122,15 +127,13 @@
 file path=usr/share/locale/vi/LC_MESSAGES/make.mo
 file path=usr/share/locale/zh_CN/LC_MESSAGES/make.mo
 file path=usr/share/man/man1/gmake.1
+legacy pkg=SUNWgmake \
+    desc="GNU make - A utility used to build software (gmake) 3.81" \
+    name="gmake - GNU make"
+license make.license license=GPLv2
 link path=usr/gnu/bin/make target=../../bin/gmake
 link path=usr/gnu/share/man/man1/make.1 \
     target=../../../../share/man/man1/gmake.1
 link path=usr/sfw/bin/gmake target=../../bin/gmake
 link path=usr/sfw/share/man/man1/gmake.1 \
     target=../../../../share/man/man1/gmake.1
-
-license make.license license="GPLv2"
-
-legacy	pkg=SUNWgmake \
-	name="gmake - GNU make" \
-	desc="GNU make - A utility used to build software (gmake) 3.81"