diff options
Diffstat (limited to 'games/xskat/Makefile')
-rw-r--r-- | games/xskat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 3578bc73646a..ef1587604b69 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -6,14 +6,14 @@ # PORTNAME= xskat -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= games MASTER_SITES= http://www.gulu.net/xskat/ MAINTAINER= tg@FreeBSD.org -WRKSRC= ${WRKDIR}/xskat USE_IMAKE= yes -MAN1= xskat.1 +MANN= xskat.n +MANCOMPRESSED= no .include <bsd.port.mk> |