From 0b847510fcc6601254893c176c2859814ebda9f2 Mon Sep 17 00:00:00 2001
From: Norm Jacobs <Norm.Jacobs@Oracle.COM>
Date: Tue, 08 Feb 2011 02:45:11 +0100
Subject: [PATCH] 7017700 userland legacy actions should apply common defaults 7017379 package metadata not required for building should be kept in the package manifest

---
 components/make/make.p5m |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/components/make/make.p5m b/components/make/make.p5m
index ab14bc2..8f68297 100644
--- a/components/make/make.p5m
+++ b/components/make/make.p5m
@@ -18,13 +18,16 @@
 #
 # CDDL HEADER END
 #
+
+#
 # 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)
-set name=pkg.summary value="$(COMPONENT_SUMMARY) "
-set name=pkg.description value="$(COMPONENT_DESCRIPTION) "
-set name=info.classification value="org.opensolaris.category.2008:$(COMPONENT_CLASSIFICATION) "
-set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
+set name=pkg.summary value="A utility for directing compilation."
+set name=pkg.description value="GNU Make is an utility which controls the genration of executables and other target files."
+set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
+set name=info.upstream_url value=http://http.gnu.org/software/make/
 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 set variant.arch=$(ARCH)
@@ -127,14 +130,8 @@
 link path=usr/sfw/share/man/man1/gmake.1 \
     target=../../../../share/man/man1/gmake.1
 
-
 license make.license license="GPLv2"
 
-legacy arch=$(ARCH) category=system \
+legacy	pkg=SUNWgmake \
 	name="gmake - GNU make" \
-	desc="GNU make - A utility used to build software (gmake) 3.81" \
-	hotline="Please contact your local service provider" \
-	pkg=SUNWgmake variant.arch=$(ARCH) vendor="Oracle Corporation" \
-	version=11.11.0,REV=2010.10.26.16.59
-
-set name=variant.opensolaris.zone value=global value=nonglobal
+	desc="GNU make - A utility used to build software (gmake) 3.81"

--
Gitblit v1.9.3