diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-17 21:17:14 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-17 21:17:14 +0800 |
commit | 8d0c9cd02e14bf1e724cb208d5de6a925364687e (patch) | |
tree | 9d1c4386f75eda90473565e8b47569aed4517359 /graphics/txtmerge | |
parent | a356fb07aa439e9d13fc19d0edd50bb2c819f3af (diff) | |
download | freebsd-ports-gnome-8d0c9cd02e14bf1e724cb208d5de6a925364687e.tar.gz freebsd-ports-gnome-8d0c9cd02e14bf1e724cb208d5de6a925364687e.tar.zst freebsd-ports-gnome-8d0c9cd02e14bf1e724cb208d5de6a925364687e.zip |
beautify Makefile.
Diffstat (limited to 'graphics/txtmerge')
-rw-r--r-- | graphics/txtmerge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index c008077e180b..f5c5440a7c38 100644 --- a/graphics/txtmerge/Makefile +++ b/graphics/txtmerge/Makefile @@ -3,13 +3,13 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/11/17 11:10:21 asami Exp $ +# $Id: Makefile,v 1.2 1997/08/25 14:32:30 itojun Exp $ # DISTNAME= txtmerge101 PKGNAME= txtmerge-1.01 -CATEGORIES=graphics -MASTER_SITES=ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \ +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \ ftp://ftp.doc.ic.ac.uk/computing/information-systems/WWW/xanime/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp |