diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-31 13:43:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-31 13:43:28 +0000 |
commit | 337456d21b8a8da4f81aa3a191a21a3bdbd76d40 (patch) | |
tree | d0e4e1631eeb4e0c75e7a0f36446db7c6d923970 /math/oleo | |
parent | 275933694b7bbd0235243efe05c4149552b7677d (diff) |
Use fpsetmask(0) on FreeBSD.
PR: 4093
Fix suggested by: bde
Notes
Notes:
svn path=/head/; revision=8427
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 78938e9c3e10..4db1f070c03d 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,17 +3,19 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.9 1996/09/22 18:31:58 max Exp $ +# $Id: Makefile,v 1.10 1996/11/18 10:24:49 asami Exp $ # DISTNAME= oleo-1.6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} -HAS_CONFIGURE=yes +MAINTAINER= ports@FreeBSD.ORG + +HAS_CONFIGURE= yes MAN1= oleo.1 post-install: $(INSTALL_MAN) $(FILESDIR)/oleo.1 $(PREFIX)/man/man1 - + .include <bsd.port.mk> |