diff options
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r-- | games/battleball/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index f7f1d76b7f38..8c4af5378c5f 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: battleball -# Version required: 2.0 # Date created: 18 December 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= battleball.20.src -PKGNAME= battleball-2.0 +PORTNAME= battleball +PORTVERSION= 2.0 CATEGORIES= games MASTER_SITES= http://www.cs.utexas.edu/users/pahardin/ +DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= will@FreeBSD.org |