diff options
author | itojun <itojun@FreeBSD.org> | 1997-08-25 14:32:31 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-08-25 14:32:31 +0000 |
commit | 912da3aa53ee35095c93a3345dc9e13962408673 (patch) | |
tree | 29e149dde42f4eb208c3ba622b7b4ed043f24ff3 /graphics | |
parent | 7b2a75ea14ea716cfe982428235fe4fa2107ff7f (diff) | |
download | FreeBSD-ports-912da3aa53ee35095c93a3345dc9e13962408673.zip FreeBSD-ports-912da3aa53ee35095c93a3345dc9e13962408673.tar.gz |
fixed outdated MASTER_SITES etc.
PR: 4378
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/txtmerge/Makefile | 25 | ||||
-rw-r--r-- | graphics/txtmerge/distinfo | 2 |
2 files changed, 13 insertions, 14 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index 856f4eb..c008077 100644 --- a/graphics/txtmerge/Makefile +++ b/graphics/txtmerge/Makefile @@ -1,26 +1,25 @@ -# New ports collection makefile for: txtmerge -# Version required: 1.01 -# Date created: 20 Oct 1996 -# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> +# New ports collection makefile for: txtmerge +# Version required: 1.01 +# Date created: 20 Oct 1996 +# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/17 11:10:21 asami Exp $ # -DISTNAME= txtmerge-1.01 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.portal.com/pub/podlipec/ \ - ftp://rzbsdi01.uni-trier.de//pub/unix/X11/application/xanim/ -DISTFILES= txtmerge101.tar.Z +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/ -MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp WRKSRC= ${WRKDIR}/txtmerge ALL_TARGET= txtmerge do-install: ${INSTALL_PROGRAM} ${WRKSRC}/txtmerge ${PREFIX}/bin - @mkdir -p ${PREFIX}/share/doc/txtmerge + ${MKDIR} ${PREFIX}/share/doc/txtmerge ${INSTALL_DATA} ${WRKSRC}/txtmerge.doc ${PREFIX}/share/doc/txtmerge - .include <bsd.port.mk> diff --git a/graphics/txtmerge/distinfo b/graphics/txtmerge/distinfo index 93fb955..666c508 100644 --- a/graphics/txtmerge/distinfo +++ b/graphics/txtmerge/distinfo @@ -1 +1 @@ -MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62 +MD5 (txtmerge101.tar.gz) = a1a896a246e699fa9235142465b3010b |