diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-25 07:04:00 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-25 07:04:00 +0000 |
commit | dfa3120bd33d1d182db0b2ecb10c52018eab8f18 (patch) | |
tree | 5eee9334bc7572c40b540c61de3c34c518ec18fb /games/gltron | |
parent | b3897c34268b0d04a50277d4a7ce95e5a9f6a6c4 (diff) | |
download | FreeBSD-ports-dfa3120bd33d1d182db0b2ecb10c52018eab8f18.zip FreeBSD-ports-dfa3120bd33d1d182db0b2ecb10c52018eab8f18.tar.gz |
Update to version 0.43
PR: 13328
Submitted by: maintainer
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 10 | ||||
-rw-r--r-- | games/gltron/distinfo | 2 | ||||
-rw-r--r-- | games/gltron/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index ce1bf85..688f495 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 <bsd.port.mk> diff --git a/games/gltron/distinfo b/games/gltron/distinfo index 3c5235c..77fe9ee 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 7020874..31a0042 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 |