diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-12 12:20:21 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-12 12:20:21 +0000 |
commit | a86417c1208fbb032e604b06e3272d2a86932f9e (patch) | |
tree | a4476b4a0aa0e679e6707b07bf94e0b73a125b0c | |
parent | Update MASTER_SITES and WWW. (moved) (diff) |
chase banner URI.
-rw-r--r-- | japanese/navi2ch-emacs20/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/navi2ch-emacs20/Makefile b/japanese/navi2ch-emacs20/Makefile index 1c4586903a23..301f8141acae 100644 --- a/japanese/navi2ch-emacs20/Makefile +++ b/japanese/navi2ch-emacs20/Makefile @@ -7,7 +7,7 @@ PORTNAME= navi2ch PORTVERSION= 010909 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www elisp MASTER_SITES= http://www.geocities.co.jp/SiliconValley-Oakland/7673/lisp/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -26,6 +26,11 @@ PLIST_SUB= XEMACS="@comment " PLIST_SUB= XEMACS="" .endif +post-patch: + cd ${WRKSRC}; \ + ${PERL} -pi -e 's/index2.html/index.html/' \ + navi2ch-net.el navi2ch-util.el + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${DOCDIR} |