diff options
-rw-r--r-- | math/oleo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |