components/bison/bison.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 5272 28045eab1400
--- a/components/bison/bison.p5m	Fri Jan 23 17:31:40 2015 -0800
+++ b/components/bison/bison.p5m	Tue Feb 03 19:24:25 2015 -0800
@@ -20,25 +20,25 @@
 #
 
 #
-# 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 volatile>
 set name=pkg.fmri \
     value=pkg:/developer/parser/bison@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="bison - A YACC Replacement"
 set name=pkg.description \
     value="a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for that grammar"
-set name=pkg.summary value="bison - A YACC Replacement"
 set name=com.oracle.info.description value="the bison parser generator"
 set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value="org.opensolaris.category.2008:Development/Other Languages"
 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/289
+set name=org.opensolaris.arc-caseid value=PSARC/2007/289
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 file usr/bin/$(MACH64)/bison path=usr/bin/bison
+link path=usr/sfw/bin/bison target=../../bin/bison
 file path=usr/share/aclocal/bison-i18n.m4
 file path=usr/share/bison/README
 file path=usr/share/bison/c++.m4
@@ -72,11 +72,9 @@
 file path=usr/share/locale/tr/LC_MESSAGES/bison.mo
 file path=usr/share/locale/vi/LC_MESSAGES/bison.mo
 file path=usr/share/man/man1/bison.1
-legacy pkg=SUNWbison \
-    desc="GNU bison - A YACC Replacement" \
+legacy pkg=SUNWbison desc="GNU bison - A YACC Replacement" \
     name="bison - A YACC Replacement"
 
 
 license bison.license license="GPLv2, FDLv1.2"
-link path=usr/sfw/bin/bison target=../../bin/bison
-depend fmri=__TBD pkg.debug.depend.file=usr/bin/gm4 type=require
+depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/gm4