diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-27 21:42:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-27 21:42:03 +0000 |
commit | 3cd22fd3d2b43ee5b263e47655cabbef6e0aea37 (patch) | |
tree | a2ac7d0793d8d7561c555fd53a137822da6145f8 /japanese/navi2ch-emacs20/Makefile | |
parent | 366437ddfd8c2a71080b0858c075355ffdf0f2c2 (diff) |
o update to 010727.
o install ChangeLog as document.
Notes
Notes:
svn path=/head/; revision=45550
Diffstat (limited to 'japanese/navi2ch-emacs20/Makefile')
-rw-r--r-- | japanese/navi2ch-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/navi2ch-emacs20/Makefile b/japanese/navi2ch-emacs20/Makefile index c1cbfc119975..ad5e0b501c9c 100644 --- a/japanese/navi2ch-emacs20/Makefile +++ b/japanese/navi2ch-emacs20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= navi2ch -PORTVERSION= 010701 +PORTVERSION= 010727 CATEGORIES= japanese www elisp MASTER_SITES= http://www.geocities.co.jp/SiliconValley-Oakland/7673/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -28,7 +28,7 @@ PLIST_SUB= XEMACS="" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${DOCDIR} -.for i in README TODO +.for i in ChangeLog README TODO ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${DOCDIR} .endfor .endif |