diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-25 15:04:00 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-25 15:04:00 +0800 |
commit | dfa3120bd33d1d182db0b2ecb10c52018eab8f18 (patch) | |
tree | 5eee9334bc7572c40b540c61de3c34c518ec18fb /games/gltron/Makefile | |
parent | b3897c34268b0d04a50277d4a7ce95e5a9f6a6c4 (diff) | |
download | freebsd-ports-gnome-dfa3120bd33d1d182db0b2ecb10c52018eab8f18.tar.gz freebsd-ports-gnome-dfa3120bd33d1d182db0b2ecb10c52018eab8f18.tar.zst freebsd-ports-gnome-dfa3120bd33d1d182db0b2ecb10c52018eab8f18.zip |
Update to version 0.43
PR: 13328
Submitted by: maintainer
Diffstat (limited to 'games/gltron/Makefile')
-rw-r--r-- | games/gltron/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
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 <bsd.port.mk> |