diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-17 13:17:14 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-17 13:17:14 +0000 |
commit | 8d0c9cd02e14bf1e724cb208d5de6a925364687e (patch) | |
tree | 9d1c4386f75eda90473565e8b47569aed4517359 /graphics | |
parent | a356fb07aa439e9d13fc19d0edd50bb2c819f3af (diff) | |
download | FreeBSD-ports-8d0c9cd02e14bf1e724cb208d5de6a925364687e.zip FreeBSD-ports-8d0c9cd02e14bf1e724cb208d5de6a925364687e.tar.gz |
beautify Makefile.
Diffstat (limited to 'graphics')
-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 c008077..f5c5440 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 |