Cdiff Makefile.sfw
*** /export/home/steve/work/usr/webrev/src/cmd/graphviz/Makefile.sfw- Mon Feb 2 23:40:36 2009
--- Makefile.sfw Mon Feb 2 15:03:09 2009
*** 20,30 ****
#
#
#
! # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
--- 20,30 ----
#
#
#
! # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
*** 57,67 ****
--- 57,72 ----
$(VER)/configure: $(VER).tar.gz
/usr/bin/gzip -dc $(VER).tar.gz | /usr/sfw/bin/gtar xpf -
touch $(VER)/configure
+ patch -p0 < patch.agraph.3
+ # patch.agraph.3 fixes a problem in the agraph.3 man page that
+ # causes catman to fail in /opt/sfw/man. The man agraph.3
+ # command works correctly also.
+
clean:
-rm -rf $(VER)
include ../Makefile.targ