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/antipolix | |
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/antipolix')
-rw-r--r-- | games/antipolix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/antipolix/Makefile b/games/antipolix/Makefile index 494e237..2ac90c3 100644 --- a/games/antipolix/Makefile +++ b/games/antipolix/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: antipolix -# Version required: 2.1 # Date created: 2 December 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= AntipoliX_2.1 -PKGNAME= antipolix-2.1 +PORTNAME= antipolix +PORTVERSION= 2.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/multiplayer +DISTNAME= AntipoliX_${PORTVERSION} MAINTAINER= ports@FreeBSD.org |