components/bison/bison-runtime.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 5006 f2592e203a2a
--- a/components/bison/bison-runtime.p5m	Fri Jan 23 17:31:40 2015 -0800
+++ b/components/bison/bison-runtime.p5m	Tue Feb 03 19:24:25 2015 -0800
@@ -20,26 +20,33 @@
 #
 
 #
-# 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:/system/library/bison-runtime@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="bison - A YACC Replacement (Runtime Libraries)"
 set name=pkg.description \
     value="Runtime library for 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 (Runtime Libraries)"
 set name=com.oracle.info.description value="the bison runtime libraries"
 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)
+link path=usr/gnu/lib/$(MACH64)/liby.so target=liby.so.1
 file path=usr/gnu/lib/$(MACH64)/liby.so.1
+link path=usr/gnu/lib/liby.so target=liby.so.1
 file path=usr/gnu/lib/liby.so.1
+link path=usr/sfw/lib/$(MACH64)/liby.so \
+    target=../../../gnu/lib/$(MACH64)/liby.so.1
+link path=usr/sfw/lib/$(MACH64)/liby.so.1 \
+    target=../../../gnu/lib/$(MACH64)/liby.so.1
+link path=usr/sfw/lib/liby.so target=../../gnu/lib/liby.so.1
+link path=usr/sfw/lib/liby.so.1 target=../../gnu/lib/liby.so.1
 file path=usr/share/locale/da/LC_MESSAGES/bison-runtime.mo
 file path=usr/share/locale/de/LC_MESSAGES/bison-runtime.mo
 file path=usr/share/locale/es/LC_MESSAGES/bison-runtime.mo
@@ -64,11 +71,3 @@
 file path=usr/share/locale/vi/LC_MESSAGES/bison-runtime.mo
 file path=usr/share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
 license bison.license license=GPLv2
-link path=usr/gnu/lib/$(MACH64)/liby.so target=liby.so.1
-link path=usr/gnu/lib/liby.so target=liby.so.1
-link path=usr/sfw/lib/$(MACH64)/liby.so.1 \
-    target=../../../gnu/lib/$(MACH64)/liby.so.1
-link path=usr/sfw/lib/liby.so.1 target=../../gnu/lib/liby.so.1
-link path=usr/sfw/lib/$(MACH64)/liby.so \
-    target=../../../gnu/lib/$(MACH64)/liby.so.1
-link path=usr/sfw/lib/liby.so target=../../gnu/lib/liby.so.1