diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
commit | 7f047fb68c725cde8ffd2b76c7784a17080c7b8b (patch) | |
tree | 2e4ab8ff34a1d977d16bd740d03383b65233604d /games/atomix | |
parent | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (diff) | |
download | freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.gz freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.zst freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.zip |
update portname/portversion stuff (games commit part 1, a-c)
Diffstat (limited to 'games/atomix')
-rw-r--r-- | games/atomix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index c8c6c6e2d830..d16e5b3b90e5 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: atomix -# Version required: 0.2.0-1 # Date created: 30 January 2000 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= atomix-0.2.0-1 -PKGNAME= atomix-0.2.0.1 +PORTNAME= atomix +PORTVERSION= 0.2.0.1 CATEGORIES= games MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/ +DISTNAME= atomix-0.2.0-1 MAINTAINER= nakai@FreeBSD.org |