diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-11-27 03:12:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-11-27 03:12:54 +0800 |
commit | 23da26d85aa4a19a1bac92a9f37126e95950cfdd (patch) | |
tree | 2751c98639376523e71d2fe9527dd3abf0c0d583 | |
parent | 4e3a029a5d243fb6bf28aa90595567fb52430eeb (diff) | |
download | freebsd-ports-graphics-23da26d85aa4a19a1bac92a9f37126e95950cfdd.tar.gz freebsd-ports-graphics-23da26d85aa4a19a1bac92a9f37126e95950cfdd.tar.zst freebsd-ports-graphics-23da26d85aa4a19a1bac92a9f37126e95950cfdd.zip |
Update to 2.4
PR: 5114
-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 8a10cc3cec1..2a605284056 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 |