diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-22 18:31:58 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-22 18:31:58 +0000 |
commit | cf72c67791d3e662ac40001425108d45ea00f0d9 (patch) | |
tree | c2380d756b15c38e7e47f5e584e0aa88accdcfa0 /math/oleo/Makefile | |
parent | 4c69a6bbe4d9aa109a2a11028f61f1a1f974b8fd (diff) | |
download | ports-cf72c67791d3e662ac40001425108d45ea00f0d9.tar.gz ports-cf72c67791d3e662ac40001425108d45ea00f0d9.zip |
Notes
Diffstat (limited to 'math/oleo/Makefile')
-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 |