From fb5721412a7b1789ded8eb8130c57b53bef24e5d Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 12 Jun 2000 01:26:18 +0000 Subject: [PATCH] Fix up the Makefile --- math/calc/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/math/calc/Makefile b/math/calc/Makefile index 3ba3756e0f0..a77785d816e 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,14 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2000/04/12 20:43:21 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2000/06/12 01:26:18 kevlo Exp $ # DISTNAME= calc-2.11.1t3.0 CATEGORIES= math -FAKE=No MASTER_SITES= ftp://ftp.uu.net/pub/calc/ \ ftp://reality.sgi.com/chongo/src/calc/ -#calc-2.11.1t3.0.tar.gz - PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_CDROM= Yes PERMIT_DISTFILES_FTP= Yes @@ -28,6 +25,6 @@ MAKE_FLAGS=BINDIR='$${DESTDIR}${PREFIX}/bin' \ FAKE_FLAGS=${MAKE_FLAGS} -NO_CONFIGURE= Yes +NO_BUILD= Yes .include