diff options
author | tg <tg@FreeBSD.org> | 1997-10-31 21:43:28 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-31 21:43:28 +0800 |
commit | cbfe3a2755b22467f793b0aeacdba865de76f430 (patch) | |
tree | 46d1823d182717e88cc5e483e68104d2f636b248 | |
parent | 44952c77f773aedc0cfb086b12910f518b899414 (diff) | |
download | freebsd-ports-gnome-cbfe3a2755b22467f793b0aeacdba865de76f430.tar.gz freebsd-ports-gnome-cbfe3a2755b22467f793b0aeacdba865de76f430.tar.zst freebsd-ports-gnome-cbfe3a2755b22467f793b0aeacdba865de76f430.zip |
Use fpsetmask(0) on FreeBSD.
PR: 4093
Fix suggested by: bde
-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> |