diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-11-11 04:31:27 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-11-11 04:31:27 +0000 |
commit | 0b6257755c6ae7c167a9a93b7435497dafb6ccbc (patch) | |
tree | 5fbda4fafa2fdf45eef171c0fc6099ba6682d5de /ftp | |
parent | 50b129777bfa1f97df6cdfcae32876bec7b5f478 (diff) | |
download | FreeBSD-ports-0b6257755c6ae7c167a9a93b7435497dafb6ccbc.zip FreeBSD-ports-0b6257755c6ae7c167a9a93b7435497dafb6ccbc.tar.gz |
Update to 0.3.3, change URI of Web page.
Documents in English is now available.
Diffstat (limited to 'ftp')
-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 05c5dc3..a3428b4 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 c330ed9..ea883d6 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 bee79a1..b49c7e2 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 3488182..e6ba472 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 |