diff options
author | petef <petef@FreeBSD.org> | 2003-05-10 00:59:51 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-10 00:59:51 +0000 |
commit | 9d65254fb7bdcfa340b749c78b9d05c0e23c6cc8 (patch) | |
tree | 87cad5b10fbd1500cd979e6703f4427339ac9d51 /chinese | |
parent | 37672934eceedd9f7557ba20863e3344f50d1703 (diff) | |
download | FreeBSD-ports-9d65254fb7bdcfa340b749c78b9d05c0e23c6cc8.zip FreeBSD-ports-9d65254fb7bdcfa340b749c78b9d05c0e23c6cc8.tar.gz |
Look in the 'Old' subdir if we can't find the distfile.
Noticed by: fenner's portsurvey
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/hanzim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/hanzim/Makefile b/chinese/hanzim/Makefile index d4d8e56..2e11385 100644 --- a/chinese/hanzim/Makefile +++ b/chinese/hanzim/Makefile @@ -9,8 +9,9 @@ PORTNAME= hanzim PORTVERSION= 1.2 CATEGORIES= chinese tk83 -MASTER_SITES= ftp://kommos.ucsd.edu/pub/arobert/Chinese/ +MASTER_SITES= ftp://kommos.ucsd.edu/pub/arobert/Chinese/%SUBDIR%/ EXTRACT_SUFX= .tgz +MASTER_SITE_SUBDIR= . Old MAINTAINER= ports@FreeBSD.org COMMENT= A Chinese character learning-aid program |