diff options
author | frueauf <frueauf> | 1998-07-22 09:58:50 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-07-22 09:58:50 +0000 |
commit | 79d08f754ff4df7102949f7f1d675988b4517f47 (patch) | |
tree | a91acff32018c67846470c68e11e03bf851e8e1c /lang/f2c | |
parent | d0395b3737f6a5842e56a8866683895f8d515b47 (diff) | |
download | pkgsrc-79d08f754ff4df7102949f7f1d675988b4517f47.tar.gz |
Follow the suggestion of the maintainer and put the distfile into
MASTER_SITE_LOCAL cause the original archive is created "on the fly"
and will be different as soon f2c gets changed.
Diffstat (limited to 'lang/f2c')
-rw-r--r-- | lang/f2c/Makefile | 12 | ||||
-rw-r--r-- | lang/f2c/files/md5 | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index d6d837586e7..49b16810e54 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.2 1998/07/21 16:46:19 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/07/22 09:58:50 frueauf Exp $ -DISTNAME= f2c -PKGNAME= f2c-19980516 +DISTNAME= f2c-19980516 CATEGORIES= lang -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/ -EXTRACT_SUFX= .tar +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= mcmahill@alum.mit.edu -EXTRACT_BEFORE_ARGS= -xvf - CONFLICTS= egcs-current-19980608 +WRKSRC= ${WRKDIR}/f2c + .include "../../mk/bsd.pkg.mk" diff --git a/lang/f2c/files/md5 b/lang/f2c/files/md5 index 6bf9e15d40b..6437a811b06 100644 --- a/lang/f2c/files/md5 +++ b/lang/f2c/files/md5 @@ -1 +1 @@ -MD5 (f2c.tar) = f0f87033f72bfc89ab6991d5725ee277 +MD5 (f2c-19980516.tar.gz) = 53276867e93ee502eb9e7ab6bb123e25 |