Udiff fix-slrn-makefile
--- /export/home/steve/work.slrnslang/usr/webrev/src/cmd/slrn/fix-slrn-makefile- Mon Sep 15 03:43:57 2008
+++ fix-slrn-makefile Sat Sep 13 19:30:37 2008
@@ -1,5 +1,6 @@
+#!/bin/sh
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
@@ -19,23 +20,22 @@
# CDDL HEADER END
#
#
-#!/bin/sh
#
-# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
# Use is subject to license terms.
#
# fix slrn's makefile, slrnfeat.h and INSTALL document to make some sense
# after running configure. In particular we discard slrn's default location
# for the site-wide config file (/usr/local/lib/slrn) and place it in
# /opt/sfw/etc
#
#pragma ident "@(#)fix-slrn-makefile 1.1 00/03/23 SMI"
-VER=slrn-0.9.8.1pl1
+VER=slrn-0.9.9
PROTO=${ROOT}/opt/sfw
sed "s,^MISCLIBS.*,MISCLIBS = -lnsl -lsocket,;
s,^SLANGINC.*,SLANGINC = ${PROTO}/include,;
s,^SLANGLIB.*,SLANGLIB = ${PROTO}/lib -L/opt/sfw/lib -R/opt/sfw/lib,;" \