Honor NOMANCOMPRESS.

Submitted by:	"Philippe Charnier" <charnier@xp11.frmug.org>
This commit is contained in:
Masafumi Max NAKANE 1996-10-20 15:45:07 +00:00
parent 603bf4a3e2
commit 77b01237e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4056

View File

@ -3,7 +3,7 @@
# Date created: 23.sept.1994
# Whom: adam
#
# $Id: Makefile,v 1.9 1995/06/04 01:12:38 asami Exp $
# $Id: Makefile,v 1.10 1995/06/24 11:42:29 asami Exp $
#
VERSION= 3.1
@ -30,7 +30,9 @@ pre-fetch:
.endif
post-install:
cd ${PREFIX}/interviews/man/mann; gzip -9nf *.n
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/interviews/man/mann/*.n
.endif
# need these in ${PREFIX}/lib so that ldconfig can find them
ln -fs ../interviews/lib/FREEBSD/libIV.so.3.1 ${PREFIX}/lib
ln -fs ../interviews/lib/FREEBSD/libUnidraw.so.3.1 ${PREFIX}/lib