diff options
Diffstat (limited to 'games/xkoules/Makefile')
-rw-r--r-- | games/xkoules/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index 479dcbf469e0..8ad6eb18dbf1 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: xkoules -# Version required: 1.4 # Date created: 11 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= koules1.4-src -PKGNAME= xkoules-1.4 +PORTNAME= xkoules +PORTVERSION= 1.4 CATEGORIES= games MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ \ ${MASTER_SITE_SUNSITE} +DISTNAME= koules${PORTVERSION} +EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org @@ -19,7 +20,6 @@ PLIST= ${PKGDIR}/PLIST.alpha .endif USE_IMAKE= yes -WRKSRC= ${WRKDIR}/koules1.4 MAN6= xkoules.6 MANCOMPRESSED= no |