diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-05 22:37:25 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-05 22:37:25 +0800 |
commit | 168410b6271c99915ab5fca779ba0b27a1665906 (patch) | |
tree | dbcf8bffe5897a334f980aae63d1d50e1d82b98c /misc/cmatrix/Makefile | |
parent | 38167d88e7d197ab86d367207d86d13c40dbba06 (diff) | |
download | freebsd-ports-gnome-168410b6271c99915ab5fca779ba0b27a1665906.tar.gz freebsd-ports-gnome-168410b6271c99915ab5fca779ba0b27a1665906.tar.zst freebsd-ports-gnome-168410b6271c99915ab5fca779ba0b27a1665906.zip |
Update to 0.98c
PR: ports/11474
Submitted by: cpiazza@home.net
Diffstat (limited to 'misc/cmatrix/Makefile')
-rw-r--r-- | misc/cmatrix/Makefile | 8 |
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 |