diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 02:06:41 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 02:06:41 +0000 |
commit | 63a05e16d70445ccd9995c62f953f5cb7e806e00 (patch) | |
tree | a271dc0214447f8e7e83bcfd4758f032738ed21e /net/netsaint/files/patch-ak | |
parent | constify dvdtape.c (diff) |
Add BSD graphics to this port and swap with linux graphics
Bump PORTREVISION
PR: 30621
Submitted by: Dan Langille
No reaponse: maintainer
Notes
Notes:
svn path=/head/; revision=48103
Diffstat (limited to 'net/netsaint/files/patch-ak')
-rw-r--r-- | net/netsaint/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netsaint/files/patch-ak b/net/netsaint/files/patch-ak new file mode 100644 index 000000000000..b419a9d04564 --- /dev/null +++ b/net/netsaint/files/patch-ak @@ -0,0 +1,11 @@ +--- html/side.html.in.org Sun Sep 16 11:36:54 2001 ++++ html/side.html.in Sun Sep 16 11:39:53 2001 +@@ -44,7 +44,7 @@ + <table width="150" border="0"> + <tr> + <td> +- <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/sblogo.gif" width="130" height="125" border="0"></a></div> ++ <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/bsd_sblogo.gif" width="110" height="95" border="0"></a></div> + </td> + </tr> + </table> |