From 80f981e7384b27eddb0a089b4c85b5d3357a0766 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Wed, 25 Aug 1999 07:04:00 +0000 Subject: Update to version 0.43 PR: 13328 Submitted by: maintainer --- games/gltron/Makefile | 10 ++++++---- games/gltron/distinfo | 2 +- games/gltron/pkg-plist | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'games') diff --git a/games/gltron/Makefile b/games/gltron/Makefile index ce1bf853ff6b..688f49577cc6 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gltron -# Version required: 0.32 +# Version required: 0.43 # Date created: 24 July 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= glTron-0.32 -PKGNAME= gltron-0.32 +DISTNAME= glTron-0.43 +PKGNAME= gltron-0.43 CATEGORIES= games MASTER_SITES= http://www.ards.net/Andreas/ @@ -25,7 +25,9 @@ do-install: post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/gltron - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gltron +.for file in CHANGELOG CREDITS README + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gltron +.endfor .endif .include diff --git a/games/gltron/distinfo b/games/gltron/distinfo index 3c5235c67d2c..77fe9ee06363 100644 --- a/games/gltron/distinfo +++ b/games/gltron/distinfo @@ -1 +1 @@ -MD5 (glTron-0.32.tar.gz) = d194405f24692c540c8d81f33e493bfc +MD5 (glTron-0.43.tar.gz) = f1b0cb19e7394a97118ef9d240268e11 diff --git a/games/gltron/pkg-plist b/games/gltron/pkg-plist index 7020874e1e23..31a00428209a 100644 --- a/games/gltron/pkg-plist +++ b/games/gltron/pkg-plist @@ -1,3 +1,5 @@ bin/gltron +share/doc/gltron/CHANGELOG +share/doc/gltron/CREDITS share/doc/gltron/README @dirrm share/doc/gltron -- cgit v1.2.3