diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-10 00:59:51 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-10 00:59:51 +0000 |
commit | c8a40adc769573ed2961be49f345f24ed472f584 (patch) | |
tree | 1f325cfcd4de103f4c644b54a055fa26dc85f44e /chinese/hanzim | |
parent | Fix broken for 4-STABLE: (diff) |
Look in the 'Old' subdir if we can't find the distfile.
Noticed by: fenner's portsurvey
Diffstat (limited to 'chinese/hanzim')
-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 d4d8e56d3539..2e11385f815d 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 |