diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /x11-toolkits/iv | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip |
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Diffstat (limited to 'x11-toolkits/iv')
-rw-r--r-- | x11-toolkits/iv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index f5092698df23..484b03aaaf3c 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.10 1995/06/24 11:42:29 asami Exp $ +# $Id: Makefile,v 1.11 1996/10/20 15:45:07 max Exp $ # VERSION= 3.1 @@ -31,7 +31,7 @@ pre-fetch: post-install: .if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/interviews/man/mann/*.n + ${GZIP_CMD} ${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 |