diff options
author | max <max@FreeBSD.org> | 1996-09-22 18:31:58 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-09-22 18:31:58 +0000 |
commit | 194ceb448e68af2d9337371c4a891e5bc3e58154 (patch) | |
tree | 48881e8d1c60b158136ffe52dcc4ae49035f917e /math | |
parent | 043e5d94f1a40945916bcc736ebf58c114811c59 (diff) | |
download | FreeBSD-ports-194ceb448e68af2d9337371c4a891e5bc3e58154.zip FreeBSD-ports-194ceb448e68af2d9337371c4a891e5bc3e58154.tar.gz |
Use ${INSTALL_MAN} instead of install -c to install the man page.
Diffstat (limited to 'math')
-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 f6cac9b..c8a337a 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 |