diff options
Diffstat (limited to 'games/xboing')
-rw-r--r-- | games/xboing/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 8a10cc3cec1d..2a605284056a 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: xboing -# Version required: 2.3 +# Version required: 2.4 # Date created: 31 January 1995 # Whom: janek # -# $Id: Makefile,v 1.7 1996/11/18 09:53:13 asami Exp $ +# $Id: Makefile,v 1.8 1997/01/03 09:37:00 obrien Exp $ -DISTNAME= xboing2.3 -PKGNAME= xboing-2.3 +DISTNAME= xboing2.4 +PKGNAME= xboing-2.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games -EXTRACT_SUFX= .tar.gz MAINTAINER= janek@gaja.ipan.lublin.pl |