diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-11 20:05:49 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-11 20:05:49 +0800 |
commit | e580723066fb56c6f1e995f13f2e991ec2bd4728 (patch) | |
tree | 7deee501301da3d5cc06d1acb950902eda00ac61 /net/gnomeicu2 | |
parent | 20fbea67a6d2ca2f19d19ce90c596ba7315d0821 (diff) | |
download | freebsd-ports-gnome-e580723066fb56c6f1e995f13f2e991ec2bd4728.tar.gz freebsd-ports-gnome-e580723066fb56c6f1e995f13f2e991ec2bd4728.tar.zst freebsd-ports-gnome-e580723066fb56c6f1e995f13f2e991ec2bd4728.zip |
Fix this - the backslash was escaping a trailing tab, not the newline.
Diffstat (limited to 'net/gnomeicu2')
-rw-r--r-- | net/gnomeicu2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index 52c7cbc1cbe0..db167caea5a4 100644 --- a/net/gnomeicu2/Makefile +++ b/net/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 |