diff options
author | agc <agc@pkgsrc.org> | 2001-05-09 15:14:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-09 15:14:16 +0000 |
commit | e39444152e4a46a32d64938555ec42105b9430d7 (patch) | |
tree | e2b08815bed994d2b0cc46e6398625cd1f4da183 /lang/cint/Makefile | |
parent | 08509d612aaa3a3d66a43c08a24a6b951ec0a508 (diff) | |
download | pkgsrc-e39444152e4a46a32d64938555ec42105b9430d7.tar.gz |
The Makefile says that the distfile will change for different minor version
numbers of this package.
To make sure we get the right distfile, use ${MASTER_SITE_BACKUP}.
Move to sha1 digest, and add distfile size.
Diffstat (limited to 'lang/cint/Makefile')
-rw-r--r-- | lang/cint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 946cea58ac2..e784d840fcf 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/09 15:14:16 agc Exp $ DISTNAME= cint5.14 PKGNAME= cint-5.14.40 NO_WRKSUBDIR= yes CATEGORIES= lang -MASTER_SITES= ftp://root.cern.ch/root/ +MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= drochner@netbsd.org HOMEPAGE= http://root.cern.ch/root/Cint.html |