diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-13 17:03:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-13 17:03:35 +0000 |
commit | ba7142f26a20707c3865dab47810b45774381d34 (patch) | |
tree | 5d30d8a45216240dd9db4f27c8b722681f174c75 /japanese/eb3 | |
parent | Remove hang from configure script. Use .S instead of .s when compiling (diff) |
Allow this port to actually find its distfiles after they have been
downloaded.
Notes
Notes:
svn path=/head/; revision=25761
Diffstat (limited to 'japanese/eb3')
-rw-r--r-- | japanese/eb3/Makefile | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile index 565ea0e09e1a..13d79d32546e 100644 --- a/japanese/eb3/Makefile +++ b/japanese/eb3/Makefile @@ -15,31 +15,30 @@ DISTFILES= ${EBFILES} ${APPENDIXFILES} MAINTAINER= takamune@avrl.mei.co.jp EBFILES= ${DISTNAME}.tar.gz -APPENDIXFILES= cencro-1.0.tar.gz \ - chujiten-2.3.tar.gz \ - chujiten2-2.0.tar.gz \ - chujiten6-2.3.tar.gz \ - colloc-2.0.tar.gz \ - crownfj-2.0.tar.gz \ - daihyakka-1.0.tar.gz \ - daijirin-2.0.tar.gz \ - dd75-2.0.tar.gz \ - genius-1.0.tar.gz \ - global-2.0.tar.gz \ - heritage-2.2.tar.gz \ - izumi-2.0.tar.gz \ - jitenban-2.4.tar.gz \ - jitenban97-2.1.tar.gz \ - kanjigen-2.0.tar.gz \ - kanjigen2-2.0.tar.gz \ - kojien-2.3.tar.gz \ - kojien2-2.0.tar.gz \ - kojien4-2.2.tar.gz \ - oxford-2.0.tar.gz \ - plus-2.0.tar.gz \ - readers-2.2.tar.gz \ - readers2-2.0.tar.gz -APPENDIXFILES:= ${APPENDIXFILES:S,^,appendix/,} +APPENDIXFILES= appendix/cencro-1.0.tar.gz \ + appendix/chujiten-2.3.tar.gz \ + appendix/chujiten2-2.0.tar.gz \ + appendix/chujiten6-2.3.tar.gz \ + appendix/colloc-2.0.tar.gz \ + appendix/crownfj-2.0.tar.gz \ + appendix/daihyakka-1.0.tar.gz \ + appendix/daijirin-2.0.tar.gz \ + appendix/dd75-2.0.tar.gz \ + appendix/genius-1.0.tar.gz \ + appendix/global-2.0.tar.gz \ + appendix/heritage-2.2.tar.gz \ + appendix/izumi-2.0.tar.gz \ + appendix/jitenban-2.4.tar.gz \ + appendix/jitenban97-2.1.tar.gz \ + appendix/kanjigen-2.0.tar.gz \ + appendix/kanjigen2-2.0.tar.gz \ + appendix/kojien-2.3.tar.gz \ + appendix/kojien2-2.0.tar.gz \ + appendix/kojien4-2.2.tar.gz \ + appendix/oxford-2.0.tar.gz \ + appendix/plus-2.0.tar.gz \ + appendix/readers-2.2.tar.gz \ + appendix/readers2-2.0.tar.gz LISTFILES= LIST LIST-ja EXTRACT_ONLY= ${EBFILES} |