diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-27 04:37:57 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-27 04:37:57 +0000 |
commit | c5a5866116c8f630313050a6328e671b7957f571 (patch) | |
tree | a5a5802c0bd3b58660b491dd77520f9a91adf0b0 /japanese/eb/Makefile | |
parent | d733ffae1dff4661d40f7b1b34a028e05055a509 (diff) | |
download | ports-c5a5866116c8f630313050a6328e671b7957f571.tar.gz ports-c5a5866116c8f630313050a6328e671b7957f571.zip |
Notes
Diffstat (limited to 'japanese/eb/Makefile')
-rw-r--r-- | japanese/eb/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 83c620a96c42..8061560ff1a0 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -6,9 +6,10 @@ # PORTNAME= eb -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= japanese -MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ + ftp://ftp.eos.hokudai.ac.jp/pub/network/ndtp/eb/ DISTFILES= ${EBFILES} \ ${LISTFILES} \ ${APPENDIXFILES} @@ -35,6 +36,7 @@ APPENDIXFILES= appendix/cencro-1.0.tar.gz \ appendix/daijirin-2.0.tar.gz \ appendix/dd75-2.0.tar.gz \ appendix/genius-1.0.tar.gz \ + appendix/genius2-1.1.tar.gz \ appendix/global-2.0.tar.gz \ appendix/heritage-2.2.tar.gz \ appendix/izumi-2.0.tar.gz \ @@ -72,7 +74,8 @@ post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR} .endfor .for file in ${APPENDIXFILES} - ${TAR} -C ${APPENDIXDIR} -zxmf ${DISTDIR}/${DIST_SUBDIR}/${file} + ${TAR} --no-same-owner --exclude CVS -C ${APPENDIXDIR} -zxmf\ + ${DISTDIR}/${DIST_SUBDIR}/${file} .endfor .include <bsd.port.mk> |