diff options
author | tg <tg@FreeBSD.org> | 2000-05-04 17:32:06 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-05-04 17:32:06 +0800 |
commit | 7219d4b80208de4213cce796558113cc46664032 (patch) | |
tree | f78cd0d58247dbc1d1f01efd3df728f8f5404fbb /games/xskat | |
parent | 8ccea0555c5f99f75fc909cdd583b4fb9616a969 (diff) | |
download | freebsd-ports-gnome-7219d4b80208de4213cce796558113cc46664032.tar.gz freebsd-ports-gnome-7219d4b80208de4213cce796558113cc46664032.tar.zst freebsd-ports-gnome-7219d4b80208de4213cce796558113cc46664032.zip |
Fix man page installation. Looks like there are some differences between
the imake files in XFree86-3.3.3.1 and 3.3.6.
Diffstat (limited to 'games/xskat')
-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 ef1587604b69..5a9618b72830 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 -MANCOMPRESSED= no +MAN1= xskat.1 .include <bsd.port.mk> |