diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
commit | 7f047fb68c725cde8ffd2b76c7784a17080c7b8b (patch) | |
tree | 2e4ab8ff34a1d977d16bd740d03383b65233604d /games/battleball | |
parent | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (diff) | |
download | FreeBSD-ports-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.zip FreeBSD-ports-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.gz |
update portname/portversion stuff (games commit part 1, a-c)
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 f7f1d76..8c4af53 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 |