diff options
Diffstat (limited to 'games/xjumpjump/Makefile')
-rw-r--r-- | games/xjumpjump/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile index d204da6e61b6..eb2189d1ce8e 100644 --- a/games/xjumpjump/Makefile +++ b/games/xjumpjump/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xjumpjump -# Version required: 0.12 # Date created: 9 April 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= xjumpjump -PKGNAME= xjumpjump-0.12 +PORTNAME= xjumpjump +PORTVERSION= 0.12 CATEGORIES= games MASTER_SITES= http://makosteszta.sote.hu/linux/jumpjump/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |