diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-16 18:44:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-16 18:44:08 +0800 |
commit | 7ae4ec964d466376857804685397b4160e3e0aef (patch) | |
tree | b53ab69b25e090e478b5684c1e485844da64e0bd /math | |
parent | 48d43f699e2fae3c1a2dd462a964490dda4cac8c (diff) | |
download | freebsd-ports-gnome-7ae4ec964d466376857804685397b4160e3e0aef.tar.gz freebsd-ports-gnome-7ae4ec964d466376857804685397b4160e3e0aef.tar.zst freebsd-ports-gnome-7ae4ec964d466376857804685397b4160e3e0aef.zip |
Use correct MASTER_SITE.
Submitted by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/qscanplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile index fac31ffe198f..23567562961a 100644 --- a/math/qscanplot/Makefile +++ b/math/qscanplot/Makefile @@ -8,8 +8,7 @@ PORTNAME= qscanplot PORTVERSION= 0.3 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= lib3ds +MASTER_SITES= http://www.gae.ucm.es/~gonzalez/qscanplot/ MAINTAINER= sobomax@FreeBSD.org |