Cdiff install-sfw
*** /export/home/steve/work.tclx/usr/webrev/src/cmd/expect/install-sfw- Wed Jan 23 03:05:16 2008
--- install-sfw Tue Dec 18 00:22:29 2007
*** 1,5 ****
--- 1,6 ----
+ #!/bin/sh -e
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
*** 16,39 ****
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
- #
-
- #!/bin/sh -e
#
! # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# install objects in the proto area, since it would
# really like to install locally, but that doesn't scale.
#
- #ident "@(#)install-sfw 1.4 04/10/01 SMI"
! VERS=5.39
PKGVERS=expect-${VERS}
PREFIX=${ROOT}/opt/sfw
BINDIR=${PREFIX}/bin
INFODIR=${PREFIX}/info
--- 17,36 ----
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
! # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# install objects in the proto area, since it would
# really like to install locally, but that doesn't scale.
#
! VERS=5.43
PKGVERS=expect-${VERS}
PREFIX=${ROOT}/opt/sfw
BINDIR=${PREFIX}/bin
INFODIR=${PREFIX}/info
*** 40,53 ****
. ${SRC}/tools/install.subr
cd ${PKGVERS}
! _install N libexpect5.39.a ${PREFIX}/lib/expect5.39/libexpect5.39.a 444
! _install N pkgIndex ${PREFIX}/lib/expect5.39/pkgIndex.tcl 555
! _install N libexpect5.39.a ${PREFIX}/lib/libexpect5.39.a 444
_install N expectk.man ${PREFIX}/man/man1/expectk.1 444
_install N expect.man ${PREFIX}/man/man1/expect.1 444
_install N example/kibitz.man ${PREFIX}/man/man1/kibitz.1 444
_install N example/dislocate.man ${PREFIX}/man/man1/dislocate.1 444
--- 37,50 ----
. ${SRC}/tools/install.subr
cd ${PKGVERS}
! _install N libexpect5.43.a ${PREFIX}/lib/expect5.43/libexpect5.43.a 444
! _install N pkgIndex ${PREFIX}/lib/expect5.43/pkgIndex.tcl 555
! _install N libexpect5.43.a ${PREFIX}/lib/libexpect5.43.a 444
_install N expectk.man ${PREFIX}/man/man1/expectk.1 444
_install N expect.man ${PREFIX}/man/man1/expect.1 444
_install N example/kibitz.man ${PREFIX}/man/man1/kibitz.1 444
_install N example/dislocate.man ${PREFIX}/man/man1/dislocate.1 444