diff options
author | steve <steve@FreeBSD.org> | 1999-11-27 02:39:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-27 02:39:24 +0800 |
commit | b29c935df85d9b730fcebfb79a802b0a0aec1c76 (patch) | |
tree | d620cddb91da54d48f8dbf76ee11fdddec388424 /multimedia/xanim | |
parent | c30c7b39e9404038b683f85e42d60b4353878155 (diff) | |
download | freebsd-ports-gnome-b29c935df85d9b730fcebfb79a802b0a0aec1c76.tar.gz freebsd-ports-gnome-b29c935df85d9b730fcebfb79a802b0a0aec1c76.tar.zst freebsd-ports-gnome-b29c935df85d9b730fcebfb79a802b0a0aec1c76.zip |
The manpage is in section n and isn't compressed.
Diffstat (limited to 'multimedia/xanim')
-rw-r--r-- | multimedia/xanim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index cc5b539d81ef..0a2c74605218 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -23,7 +23,8 @@ EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ vid_iv41_1.1_freebsdELFx86.tgz \ vid_iv50_1.0_freebsdELFx86.tgz USE_IMAKE= yes -MAN1= xanim.1 +MANN= xanim.n +MANCOMPRESSED= no DLLDIR= ${PREFIX}/lib/X11/xanim |