diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
commit | 0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8 (patch) | |
tree | 6a9eecf5c996622bdb9a53dcf4bd868e5d3c2e38 /games/battleball | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) | |
download | ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.gz ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.zip |
Notes
Diffstat (limited to 'games/battleball')
-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 |