diff options
Diffstat (limited to 'games/xevil/Makefile')
-rw-r--r-- | games/xevil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index f74a92519ad2..3caad5bb0d8c 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -6,11 +6,12 @@ # $FreeBSD$ # +DISTNAME= xevil1.5 PKGNAME= xevil-1.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xevil1.5 -DISTFILES= xevil1.5.tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org |