diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-22 06:40:20 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-22 06:40:20 +0000 |
commit | aa85e6e0da4ebef243abd2f6222e8c0287b93eb3 (patch) | |
tree | af396999612f5073dfca73fc2f9273a4374642bc /japanese/eb | |
parent | One more fixing PLIST. (diff) |
Upgrade to 2.3.6.
Changes (from PR):
- japanese/ndtpd
o Set default syslog file for `/var/log/ndtpd.log'.
o Change the default working directory `/var/ndtpd' to `/var/run/ndtpd'.
* It will created by `${PREFIX}/etc/rc.d/ndtpd.sh'
(even if the user select "Inetd mode" !)
* Lock files and a PID file are created under it.
o Support some arguments in the startup script:
${PREFIX}/etc/rc.d/ndtpd.sh start|stop|kill|restart|status|terminate
o Separate the session to build `ndtpd.sh.sample'
from `post-install' into `post-build'.
o Don't configure EB sybsystem in NDTPD.
- japanese/eb
o Don't configure ZLIB sybsystem in EB.
o Don't define CONFIGURE_ENV.
* Suggested by Michael's last commit to japanese/ndtpd/Makefile.
PR: 16117
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes
Notes:
svn path=/head/; revision=24906
Diffstat (limited to 'japanese/eb')
-rw-r--r-- | japanese/eb/Makefile | 11 | ||||
-rw-r--r-- | japanese/eb/distinfo | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 19713b98c43c..5dceed99448b 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: eb -# Version required: 2.3.5 +# Version required: 2.3.6 # Date created: 20 Jan 1999 # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> # # $FreeBSD$ # -DISTNAME= eb-2.3.5 -PKGNAME= ja-eb-2.3.5 +DISTNAME= eb-2.3.6 +PKGNAME= ja-eb-2.3.6 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ DISTFILES= ${EBFILES} ${APPENDIXFILES} @@ -47,11 +47,12 @@ EXTRACT_ONLY= ${EBFILES} DIST_SUBDIR= eb USE_LIBTOOL= yes CONFIGURE_ARGS= --with-zlib -CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DATA="${INSTALL_DATA}" APPENDIXDIR= ${PREFIX}/share/eb/appendix +post-extract: + cd ${WRKSRC} && ${RM} -rf zlib + post-install: .for file in ${APPENDIXFILES} ${TAR} -C ${APPENDIXDIR} -zxmf ${DISTDIR}/${DIST_SUBDIR}/${file} diff --git a/japanese/eb/distinfo b/japanese/eb/distinfo index e3df2e0b0707..29b999360234 100644 --- a/japanese/eb/distinfo +++ b/japanese/eb/distinfo @@ -1,4 +1,4 @@ -MD5 (eb/eb-2.3.5.tar.gz) = f84cca7164703dea5862f622f76eb515 +MD5 (eb/eb-2.3.6.tar.gz) = 73fbad533550af126b5666b336f54062 MD5 (eb/appendix/cencro-1.0.tar.gz) = 1c93a68fae90990b631bd5302349d199 MD5 (eb/appendix/chujiten-2.3.tar.gz) = 750c15b8e94faca7cb4b15b98d1fbb19 MD5 (eb/appendix/chujiten2-2.0.tar.gz) = 62a86bdb51a38b554bc6c3bb40da443a |