components/clisp/clisp.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
--- a/components/clisp/clisp.p5m	Fri Jan 23 17:31:40 2015 -0800
+++ b/components/clisp/clisp.p5m	Tue Feb 03 19:24:25 2015 -0800
@@ -18,26 +18,24 @@
 #
 # CDDL HEADER END
 #
-# 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 uncommitted>
 set name=pkg.fmri \
     value=pkg:/runtime/clisp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.description value="ANSI Common Lisp compiler, interpreter and debugger"
 set name=pkg.summary value="GNU Common Lisp"
+set name=pkg.description \
+    value="ANSI Common Lisp compiler, interpreter and debugger"
 set name=com.oracle.info.description value="GNU Common Lisp"
 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/2009/141
+set name=org.opensolaris.arc-caseid value=PSARC/2009/141
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
-license clisp.copyright license="clisp, GPLv2"
-
 
 file path=usr/bin/clisp
 file path=usr/bin/clisp-link
@@ -118,3 +116,4 @@
 file path=usr/share/man/man1/clisp-link.1
 file path=usr/share/man/man1/clisp.1
 file path=usr/share/vim/vimfiles/after/syntax/lisp.vim
+license clisp.copyright license="clisp, GPLv2"