diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-14 17:14:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-14 17:14:24 +0000 |
commit | 0e230773fbd3d88a849e6918ded764af7d27fa07 (patch) | |
tree | a53e4381ce768bfb5f634768db23704761eea6fd /japanese/bible_names-fpw/Makefile | |
parent | 0e1280f7b97ac25b03fdcbd326925c727f2a73bd (diff) |
Notes
Diffstat (limited to 'japanese/bible_names-fpw/Makefile')
-rw-r--r-- | japanese/bible_names-fpw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/bible_names-fpw/Makefile b/japanese/bible_names-fpw/Makefile index 96257d343961..9b8ed187e28d 100644 --- a/japanese/bible_names-fpw/Makefile +++ b/japanese/bible_names-fpw/Makefile @@ -6,8 +6,8 @@ # PORTNAME= bible_names-fpw -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.1.3 +PORTREVISION= 0 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/bible_names/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -26,7 +26,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/bible_names-fpw .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in biblenam.txt readme +.for i in readme ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif |