diff options
author | knu <knu@FreeBSD.org> | 2002-08-27 12:37:57 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-08-27 12:37:57 +0800 |
commit | fd786b104e25e5c14406c5ed4ac694dcece2ce2e (patch) | |
tree | 6338e1ec394bcecf80de61b5789fd1b037d815ac /japanese/eb3/Makefile | |
parent | de43bef33c4cbbaeb271bc3eff24582a56ba256d (diff) | |
download | freebsd-ports-gnome-fd786b104e25e5c14406c5ed4ac694dcece2ce2e.tar.gz freebsd-ports-gnome-fd786b104e25e5c14406c5ed4ac694dcece2ce2e.tar.zst freebsd-ports-gnome-fd786b104e25e5c14406c5ed4ac694dcece2ce2e.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.
Diffstat (limited to 'japanese/eb3/Makefile')
-rw-r--r-- | japanese/eb3/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile index 83c620a96c42..8061560ff1a0 100644 --- a/japanese/eb3/Makefile +++ b/japanese/eb3/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> |