diff options
author | itojun <itojun@FreeBSD.org> | 1997-08-25 22:32:31 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-08-25 22:32:31 +0800 |
commit | 912da3aa53ee35095c93a3345dc9e13962408673 (patch) | |
tree | 29e149dde42f4eb208c3ba622b7b4ed043f24ff3 /graphics/txtmerge/Makefile | |
parent | 7b2a75ea14ea716cfe982428235fe4fa2107ff7f (diff) | |
download | freebsd-ports-gnome-912da3aa53ee35095c93a3345dc9e13962408673.tar.gz freebsd-ports-gnome-912da3aa53ee35095c93a3345dc9e13962408673.tar.zst freebsd-ports-gnome-912da3aa53ee35095c93a3345dc9e13962408673.zip |
fixed outdated MASTER_SITES etc.
PR: 4378
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Diffstat (limited to 'graphics/txtmerge/Makefile')
-rw-r--r-- | graphics/txtmerge/Makefile | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index 856f4eb654a8..c008077e180b 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> |