summaryrefslogtreecommitdiff
path: root/devel/gmp
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-12-26 18:07:19 +0000
committertron <tron@pkgsrc.org>1999-12-26 18:07:19 +0000
commit4cb25d84a012f8d681d77dccecfe2ca6d181acbe (patch)
tree2de5e45abd13af22e880a097f2b27b62de4e14f0 /devel/gmp
parentf41d730cbca5ae5efdd22140b6d323f310d24915 (diff)
downloadpkgsrc-4cb25d84a012f8d681d77dccecfe2ca6d181acbe.tar.gz
Use "${MASTER_SITE_GNU}" instead of hard coding "ftp.gnu.org".
Diffstat (limited to 'devel/gmp')
-rw-r--r--devel/gmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile
index eddb12c3c53..d8f6d402743 100644
--- a/devel/gmp/Makefile
+++ b/devel/gmp/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 1999/04/30 01:51:59 simonb Exp $
+# $NetBSD: Makefile,v 1.3 1999/12/26 18:07:19 tron Exp $
#
DISTNAME= gmp-2.0.2
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/gmp/
+MASTER_SITES= ${MASTER_SITE_GNU:=gmp/}
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gmp/gmp.html