diff options
author | max <max@FreeBSD.org> | 1996-10-20 23:45:07 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-20 23:45:07 +0800 |
commit | 37026c2b417eae38a878ce35912c141de431b5f1 (patch) | |
tree | e94f8725e098e9c03ba9c3cbfda01e99f08c2ae5 /x11-toolkits/iv | |
parent | 1a2ec42636206780951ff41c5dc4635d3ab31bb5 (diff) | |
download | freebsd-ports-gnome-37026c2b417eae38a878ce35912c141de431b5f1.tar.gz freebsd-ports-gnome-37026c2b417eae38a878ce35912c141de431b5f1.tar.zst freebsd-ports-gnome-37026c2b417eae38a878ce35912c141de431b5f1.zip |
Honor NOMANCOMPRESS.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
Diffstat (limited to 'x11-toolkits/iv')
-rw-r--r-- | x11-toolkits/iv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index 75e3c9246c69..f5092698df23 100644 --- a/x11-toolkits/iv/Makefile +++ b/x11-toolkits/iv/Makefile @@ -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 |