summaryrefslogtreecommitdiff
path: root/misc/cmatrix/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-05 14:37:25 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-05 14:37:25 +0000
commit9813d410647b588e6f5888db6a67144aa9a75d1e (patch)
treeebbb0cf3c0b27624f345713b7ad523cfdf65e25e /misc/cmatrix/Makefile
parentThis port properly depends on ld-linux.so.2. (diff)
Update to 0.98c
PR: ports/11474 Submitted by: cpiazza@home.net
Notes
Notes: svn path=/head/; revision=18509
Diffstat (limited to 'misc/cmatrix/Makefile')
-rw-r--r--misc/cmatrix/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile
index a5e41ae7ab30..3cb690d1fde2 100644
--- a/misc/cmatrix/Makefile
+++ b/misc/cmatrix/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: cmatrix
-# Version required: 0.98b
+# Version required: 0.98c
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/03 04:36:13 steve Exp $
#
-DISTNAME= cmatrix-0.98b
+DISTNAME= cmatrix-0.98c
CATEGORIES= misc
MASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/
@@ -18,7 +18,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/cmatrix
-.for file in COPYING Changelog README TODO
+.for file in Changelog README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
.endfor
.endif