diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-26 11:13:19 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-26 11:13:19 +0000 |
commit | 40eb5bd47df2d5fc1b2a5465ecb15f9023198311 (patch) | |
tree | f72ed6fb30cf05d057395d04d1ea94b11177a618 /games/xskat/Makefile | |
parent | a230a9834f11b36411878d97124b5a3d18ee9249 (diff) | |
download | ports-40eb5bd47df2d5fc1b2a5465ecb15f9023198311.tar.gz ports-40eb5bd47df2d5fc1b2a5465ecb15f9023198311.zip |
Notes
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> |