diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2002-03-04 20:39:32 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2002-03-04 20:39:32 +0800 |
commit | d26458b13eaa11cc56ba3b6e5f1f24329c53126a (patch) | |
tree | 5c785434bc1017be9550567c26fdfc8042f4a9a4 /mail | |
parent | bfcf818b26d9b9c37f007bd5261a448abb7592cf (diff) | |
download | freebsd-ports-gnome-d26458b13eaa11cc56ba3b6e5f1f24329c53126a.tar.gz freebsd-ports-gnome-d26458b13eaa11cc56ba3b6e5f1f24329c53126a.tar.zst freebsd-ports-gnome-d26458b13eaa11cc56ba3b6e5f1f24329c53126a.zip |
* The modification of the Makefile due to the merge of compface and
faces leads to a wrong URL for the source file. Due to this error
a directory tree was fetched and the checksum and build process
failed.
PR: -
Submitted by: setantae@submonkey.net (Problem description)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index ae3605c75a16..bcfbfd15754b 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -10,7 +10,7 @@ PORTNAME= faces PORTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ +MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1/ EXTRACT_SUFX= .tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE |