summaryrefslogtreecommitdiff
path: root/math/oleo
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-22 18:31:58 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-22 18:31:58 +0000
commitcf72c67791d3e662ac40001425108d45ea00f0d9 (patch)
treec2380d756b15c38e7e47f5e584e0aa88accdcfa0 /math/oleo
parentBringing Kaffe up to 0.5p4. Thanks to Mark Huizer! (diff)
Use ${INSTALL_MAN} instead of install -c to install the man page.
Notes
Notes: svn path=/head/; revision=3841
Diffstat (limited to 'math/oleo')
-rw-r--r--math/oleo/Makefile4
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