diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-14 12:08:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-14 12:08:29 +0000 |
commit | b08e16e4183f945a056ffaca23f0a73f42067c14 (patch) | |
tree | 5275cbe4645e2502b4da256fce3e4d5a08c09a3e /games | |
parent | Correct version number. (diff) |
Fix manpage installation. I really should upgrade to XFree86-3.3.6.
Notes
Notes:
svn path=/head/; revision=35136
Diffstat (limited to 'games')
-rw-r--r-- | games/xskat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 88fb1ff5bfb9..7a3e2a1fd09c 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://www.gulu.net/xskat/ MAINTAINER= tg@FreeBSD.org USE_IMAKE= yes -MANN= xskat.n xskat-de.n -MANCOMPRESSED= no +MAN1= xskat.1 xskat-de.1 .include <bsd.port.mk> |