diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /math | |
parent | Remove libneural from devel category as it should be in math. (diff) |
Use ${MASTER_SITE_LOCAL}.
Notes
Notes:
svn path=/head/; revision=29964
Diffstat (limited to 'math')
-rw-r--r-- | math/linalg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/linalg/Makefile b/math/linalg/Makefile index 09eac6383b4d..41275671ab9e 100644 --- a/math/linalg/Makefile +++ b/math/linalg/Makefile @@ -8,7 +8,8 @@ PORTNAME= linalg PORTVERSION= 4.3 CATEGORIES= math -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= will MAINTAINER= oleg@pobox.com |