diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-20 15:45:07 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-20 15:45:07 +0000 |
commit | 77b01237e1e8c989cc68cdbaca961bfa7a92b254 (patch) | |
tree | c880a3ccdfa34abf2f5a1a106d260daaf8592741 /x11-toolkits/iv | |
parent | 603bf4a3e2434f844c39f0be16a9a6c31286ea93 (diff) | |
download | ports-77b01237e1e8c989cc68cdbaca961bfa7a92b254.tar.gz ports-77b01237e1e8c989cc68cdbaca961bfa7a92b254.zip |
Notes
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 |