diff options
Diffstat (limited to 'games/xlines/Makefile')
-rw-r--r-- | games/xlines/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile index 0e1dbc5d110e..c1696ceb0369 100644 --- a/games/xlines/Makefile +++ b/games/xlines/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xlines -# Version required: 1.0 # Date created: 11 February 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= xlines -PKGNAME= xlines-1.0 +PORTNAME= xlines +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://risq.belcaf.minsk.by/pub/genie/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |