aboutsummaryrefslogtreecommitdiff
path: root/japanese/eb/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-08-27 04:37:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-08-27 04:37:57 +0000
commitc5a5866116c8f630313050a6328e671b7957f571 (patch)
treea5a5802c0bd3b58660b491dd77520f9a91adf0b0 /japanese/eb/Makefile
parentd733ffae1dff4661d40f7b1b34a028e05055a509 (diff)
downloadports-c5a5866116c8f630313050a6328e671b7957f571.tar.gz
ports-c5a5866116c8f630313050a6328e671b7957f571.zip
- Update to 3.2.3.
- Add New appendix; genius2 (1.0). - Extract appendices as root:wheel. PR: ports/41762 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER) With the following changes: - Since ftp.sra.co.jp occasionally returns a "502 Bad Gateway" error, add a decent mirror site ftp.eos.hokudai.ac.jp to MASTER_SITES. - Update genius2 to 1.1.
Notes
Notes: svn path=/head/; revision=65071
Diffstat (limited to 'japanese/eb/Makefile')
-rw-r--r--japanese/eb/Makefile9
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>