diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-11-26 19:12:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-11-26 19:12:54 +0000 |
commit | 5f997be70c5c68190cd67f8975947c0503c5264d (patch) | |
tree | e30a63e571c9db8e3978642549fd1cdd2d4efeb0 /games/xboing | |
parent | 9cad6dbe238e6cfbd87d0e28cf0f161f2b867ea8 (diff) | |
download | ports-5f997be70c5c68190cd67f8975947c0503c5264d.tar.gz ports-5f997be70c5c68190cd67f8975947c0503c5264d.zip |
Notes
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 |