From cf72c67791d3e662ac40001425108d45ea00f0d9 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 22 Sep 1996 18:31:58 +0000 Subject: Use ${INSTALL_MAN} instead of install -c to install the man page. --- math/oleo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/oleo/Makefile b/math/oleo/Makefile index f6cac9b10a8a..c8a337ab7fc7 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,7 +3,7 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.7 1996/03/10 00:05:48 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/10 13:14:51 chuckr Exp $ # DISTNAME= oleo-1.6 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ HAS_CONFIGURE=yes post-install: - install -c $(FILESDIR)/oleo.1 $(PREFIX)/man/man1 + $(INSTALL_MAN) $(FILESDIR)/oleo.1 $(PREFIX)/man/man1 .if !defined(NOMANCOMPRESS) gzip -9nf $(PREFIX)/man/man1/oleo.1 .endif -- cgit v1.2.3