diff options
author | bf <bf@FreeBSD.org> | 2012-01-20 22:45:59 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-01-20 22:45:59 +0800 |
commit | e564934c6a8fb380fcd0d342a4af22e900895908 (patch) | |
tree | ebe74e2a7bda5dce98ffef1a7236245dba3fe578 /math/crlibm/Makefile | |
parent | 7a843e5ed376cda4334d4af1f3067084d6a800d5 (diff) | |
download | freebsd-ports-gnome-e564934c6a8fb380fcd0d342a4af22e900895908.tar.gz freebsd-ports-gnome-e564934c6a8fb380fcd0d342a4af22e900895908.tar.zst freebsd-ports-gnome-e564934c6a8fb380fcd0d342a4af22e900895908.zip |
correct a mirror subdirectory
Diffstat (limited to 'math/crlibm/Makefile')
-rw-r--r-- | math/crlibm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/crlibm/Makefile b/math/crlibm/Makefile index 6f3534e532d7..dbb4f4e25d78 100644 --- a/math/crlibm/Makefile +++ b/math/crlibm/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 1.0beta4 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://lipforge.ens-lyon.fr/frs/download.php/%SUBDIR%/:1,2,3 \ - LOCAL/bf:4 + LOCAL/bf/crlibm:4 MASTER_SITE_SUBDIR= 162/:1 153/:2 154/:3 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:1,4 .if make(makesum) || !defined(NOPORTDOCS) |