diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 12:28:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 12:28:40 +0000 |
commit | 2971a93e525324599461eda215641f9a624352d0 (patch) | |
tree | 17c2ee6d6c0d04729c11b3bc5f6921df0a881bb7 /games/xkoules | |
parent | c99c6009443219fbcb10c1baf7b6d0c93975f58a (diff) |
Notes
Diffstat (limited to 'games/xkoules')
-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 |