diff options
Diffstat (limited to 'games/xskat/Makefile')
-rw-r--r-- | games/xskat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 5a9618b7283..88fb1ff5bfb 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -6,13 +6,14 @@ # PORTNAME= xskat -PORTVERSION= 3.3 +PORTVERSION= 3.4 CATEGORIES= games MASTER_SITES= http://www.gulu.net/xskat/ MAINTAINER= tg@FreeBSD.org USE_IMAKE= yes -MAN1= xskat.1 +MANN= xskat.n xskat-de.n +MANCOMPRESSED= no .include <bsd.port.mk> |