diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-11-11 04:31:27 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-11-11 04:31:27 +0000 |
commit | 320ae9cbe02e1af10ea9d24e807bd8c74fde6322 (patch) | |
tree | df27bd9feee7f6f63a220f2523fd4a7a0335e9c6 | |
parent | 4c89da9e4e4c720dfe1cb47a8eba3b1b56efaac7 (diff) |
Update to 0.3.3, change URI of Web page.
Documents in English is now available.
Notes
Notes:
svn path=/head/; revision=69873
-rw-r--r-- | ftp/emacs-wget/Makefile | 6 | ||||
-rw-r--r-- | ftp/emacs-wget/distinfo | 2 | ||||
-rw-r--r-- | ftp/emacs-wget/pkg-descr | 2 | ||||
-rw-r--r-- | ftp/emacs-wget/pkg-plist | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/ftp/emacs-wget/Makefile b/ftp/emacs-wget/Makefile index 05c5dc360453..a3428b4c376f 100644 --- a/ftp/emacs-wget/Makefile +++ b/ftp/emacs-wget/Makefile @@ -6,9 +6,9 @@ # PORTNAME= emacs-wget -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= ftp www -MASTER_SITES= http://isweb22.infoseek.co.jp/computer/pop-club/emacs/emacs-wget/ +MASTER_SITES= http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/ MAINTAINER= yoichi@FreeBSD.org @@ -21,7 +21,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/wget .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in README.ja USAGE.ja +.for i in README README.ja USAGE USAGE.ja ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif diff --git a/ftp/emacs-wget/distinfo b/ftp/emacs-wget/distinfo index c330ed941605..ea883d6dcab4 100644 --- a/ftp/emacs-wget/distinfo +++ b/ftp/emacs-wget/distinfo @@ -1 +1 @@ -MD5 (emacs-wget-0.3.2.tar.gz) = d5135c1014fc9430a465b4ac41427da3 +MD5 (emacs-wget-0.3.3.tar.gz) = bd0c1a4949c6a878d1f3c6d1caffbd8e diff --git a/ftp/emacs-wget/pkg-descr b/ftp/emacs-wget/pkg-descr index bee79a1b5df8..b49c7e2bc2c2 100644 --- a/ftp/emacs-wget/pkg-descr +++ b/ftp/emacs-wget/pkg-descr @@ -1,3 +1,3 @@ Emacs-wget is a simple interface program of wget for Emacsen. -WWW: http://isweb22.infoseek.co.jp/computer/pop-club/emacs/emacs-wget/emacs-wget.html +WWW: http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/ diff --git a/ftp/emacs-wget/pkg-plist b/ftp/emacs-wget/pkg-plist index 3488182125b2..e6ba472a7d54 100644 --- a/ftp/emacs-wget/pkg-plist +++ b/ftp/emacs-wget/pkg-plist @@ -3,6 +3,8 @@ share/emacs/site-lisp/wget/w3-wget.el share/emacs/site-lisp/wget/w3m-wget.el share/emacs/site-lisp/wget/wget-sysdep.el @dirrm share/emacs/site-lisp/wget +%%PORTDOCS%%share/doc/emacs-wget/README %%PORTDOCS%%share/doc/emacs-wget/README.ja +%%PORTDOCS%%share/doc/emacs-wget/USAGE %%PORTDOCS%%share/doc/emacs-wget/USAGE.ja %%PORTDOCS%%@dirrm share/doc/emacs-wget |