diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-11 12:05:49 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-11 12:05:49 +0000 |
commit | f4cd4668e018b10dbe791d6b78b29fd71dc79357 (patch) | |
tree | b887760b1d171e37191b6e4fa2d06f83a4186601 /net-im/gnomeicu2 | |
parent | Fix for KOI8-R keyboard table (was replaced with 8859-5 one) (diff) |
Fix this - the backslash was escaping a trailing tab, not the newline.
Notes
Notes:
svn path=/head/; revision=15274
Diffstat (limited to 'net-im/gnomeicu2')
-rw-r--r-- | net-im/gnomeicu2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile index 52c7cbc1cbe0..db167caea5a4 100644 --- a/net-im/gnomeicu2/Makefile +++ b/net-im/gnomeicu2/Makefile @@ -3,13 +3,13 @@ # Date created: Oct 15 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/10/20 17:49:14 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/12/09 20:37:17 billf Exp $ # DISTNAME= gtkicq-0.56 CATEGORIES= net MASTER_SITES= ftp://ftp.bse.bg/pub/Unix/icq/ \ - ftp://ftp.infodrom.north.de/pub/unix/gtk-etc/apps/gtkicq/ \ + ftp://ftp.infodrom.north.de/pub/unix/gtk-etc/apps/gtkicq/ \ ftp://ftp.rnd.runnet.ru/pub/unix/GUI_Toolkits/gtk/ MAINTAINER= Nakai@technologist.com |