diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-01 12:24:32 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-01 12:24:32 +0800 |
commit | cd3174ee08ec0e9d1140db30a5c43581d4ea7fb8 (patch) | |
tree | ccc237fc5cf0abb79539c0ab0e684ff5ad09381e /graphics/txtmerge/Makefile | |
parent | 997a0eaadcb38ba09898be1befc46904d0d6f718 (diff) | |
download | freebsd-ports-gnome-cd3174ee08ec0e9d1140db30a5c43581d4ea7fb8.tar.gz freebsd-ports-gnome-cd3174ee08ec0e9d1140db30a5c43581d4ea7fb8.tar.zst freebsd-ports-gnome-cd3174ee08ec0e9d1140db30a5c43581d4ea7fb8.zip |
unbroken it and add master sites
PR: 11420
Submitted by: Chris Piazza cpiazza@home.net
Diffstat (limited to 'graphics/txtmerge/Makefile')
-rw-r--r-- | graphics/txtmerge/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index 1f89b0a80e80..31a38e0571d1 100644 --- a/graphics/txtmerge/Makefile +++ b/graphics/txtmerge/Makefile @@ -3,19 +3,19 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1998/03/23 04:56:22 asami Exp $ +# $Id: Makefile,v 1.5 1999/01/12 16:51:11 vanilla Exp $ # DISTNAME= txtmerge101 PKGNAME= txtmerge-1.01 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \ - ftp://ftp.doc.ic.ac.uk/computing/information-systems/WWW/xanime/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ \ + ftp://ftp.math.bme.hu/pub/utils/xanim/ \ + ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ +EXTRACT_SUFX= .tar.Z MAINTAINER= nacai@iname.com -BROKEN= build - WRKSRC= ${WRKDIR}/txtmerge ALL_TARGET= txtmerge |