summaryrefslogtreecommitdiff
path: root/math/linpack
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-10 09:01:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-10 09:01:03 +0000
commite7f351ac14b2daff150db0a0a8172b0828ea85c6 (patch)
tree4f3be7e46f3c6a2eb6ab282a7979467be111b1f3 /math/linpack
parentReplace PATCH_PRFX with a more generic DIST_SUBDIR. If it is set to (diff)
Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to
fetch them correctly from the backup site.
Notes
Notes: svn path=/head/; revision=2820
Diffstat (limited to 'math/linpack')
-rw-r--r--math/linpack/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 3e5029bb29be..3b19cc65477e 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -3,25 +3,21 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.7 1995/04/28 13:35:39 jkh Exp $
+# $Id: Makefile,v 1.8 1995/06/24 11:40:37 asami Exp $
#
DISTNAME= linpack
PKGNAME= linpack-1.0
-
-DISTDIR=${PORTSDIR}/distfiles/${DISTNAME}
CATEGORIES+= math
MASTER_SITES= ftp://netlib.att.com/netlib/linpack/
-.if defined(MASTER_SITE_OVERRIDE)
-MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/linpack/
-.undef MASTER_SITE_OVERRIDE
-.endif
+
+DIST_SUBDIR= ${DISTNAME}
EXTRACT_CMD=${.CURDIR}/scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}
-WRKSRC=${WRKDIR}
+NO_WRKSUBDIR= yes
SRCS = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \
cgeco.f cgedi.f cgefa.f cgesl.f cgtsl.f chico.f chidi.f chifa.f \