aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/emacs-wget
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2004-10-20 00:25:42 +0800
committeryoichi <yoichi@FreeBSD.org>2004-10-20 00:25:42 +0800
commit8994904f8fb85b0de3091782ef6c251dc0da7272 (patch)
tree87706ba174e6968ec3a3b3c2cc8bebaeedba449c /ftp/emacs-wget
parent3ed023ebfbaf28fc8eb06c9120f43f8a839283fa (diff)
downloadfreebsd-ports-graphics-8994904f8fb85b0de3091782ef6c251dc0da7272.tar.gz
freebsd-ports-graphics-8994904f8fb85b0de3091782ef6c251dc0da7272.tar.zst
freebsd-ports-graphics-8994904f8fb85b0de3091782ef6c251dc0da7272.zip
update to 0.5.0
Diffstat (limited to 'ftp/emacs-wget')
-rw-r--r--ftp/emacs-wget/Makefile6
-rw-r--r--ftp/emacs-wget/distinfo4
2 files changed, 6 insertions, 4 deletions
diff --git a/ftp/emacs-wget/Makefile b/ftp/emacs-wget/Makefile
index b1d77a794ac..8e758e8c6dd 100644
--- a/ftp/emacs-wget/Makefile
+++ b/ftp/emacs-wget/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= emacs-wget
-PORTVERSION= 0.4.2
+PORTVERSION= 0.5.0
CATEGORIES= ftp www elisp
MASTER_SITES= http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/
@@ -19,7 +19,9 @@ NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/emacs/site-lisp/wget
- ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/wget
+.for i in wget wget-sysdep w3-wget w3m-wget
+ ${INSTALL_DATA} ${WRKSRC}/${i}.el ${PREFIX}/share/emacs/site-lisp/wget
+.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README README.ja USAGE USAGE.ja
diff --git a/ftp/emacs-wget/distinfo b/ftp/emacs-wget/distinfo
index bb4fb8c1b19..8082016d861 100644
--- a/ftp/emacs-wget/distinfo
+++ b/ftp/emacs-wget/distinfo
@@ -1,2 +1,2 @@
-MD5 (emacs-wget-0.4.2.tar.gz) = 96de75f5a48f5fc08fd9a023eb2b6438
-SIZE (emacs-wget-0.4.2.tar.gz) = 28208
+MD5 (emacs-wget-0.5.0.tar.gz) = eed64c8bd629b82538753af54e8749ab
+SIZE (emacs-wget-0.5.0.tar.gz) = 37074