diff options
Diffstat (limited to 'games/maelstrom/Makefile')
-rw-r--r-- | games/maelstrom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 162ffaf70786..933a85d6fe8b 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Maelstrom -# Version required: 3.0.1 # Date created: 13 May 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= Maelstrom-3.0.1 -PKGNAME= maelstrom-3.0.1 +PORTNAME= maelstrom +PORTVERSION= 3.0.1 CATEGORIES= games MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/ +DISTNAME= Maelstrom-${PORTVERSION} MAINTAINER= sobomax@altavista.net |