diff options
author | nork <nork@FreeBSD.org> | 2004-03-04 00:19:47 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-03-04 00:19:47 +0800 |
commit | 28ad356a0a6eadc5366e2334bd6316a05c0d67cb (patch) | |
tree | d8cc2dd335db3562950e1513ecdc1b42af392bcf /japanese/eijiro-fpw | |
parent | 3c3c251e846d5d9d996a67d7840817523833da65 (diff) | |
download | freebsd-ports-gnome-28ad356a0a6eadc5366e2334bd6316a05c0d67cb.tar.gz freebsd-ports-gnome-28ad356a0a6eadc5366e2334bd6316a05c0d67cb.tar.zst freebsd-ports-gnome-28ad356a0a6eadc5366e2334bd6316a05c0d67cb.zip |
Utilize PORTDOCS and DOCSDIR.
PR: ports/57861
Submitted by: rushani
Approved by: taoka (blanket)
Diffstat (limited to 'japanese/eijiro-fpw')
-rw-r--r-- | japanese/eijiro-fpw/Makefile | 6 | ||||
-rw-r--r-- | japanese/eijiro-fpw/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/japanese/eijiro-fpw/Makefile b/japanese/eijiro-fpw/Makefile index a2145f47238e..00d4560923a0 100644 --- a/japanese/eijiro-fpw/Makefile +++ b/japanese/eijiro-fpw/Makefile @@ -7,7 +7,7 @@ PORTNAME= eijiro-fpw PORTVERSION= 1.0b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/eijiro/ DISTNAME= ${PORTNAME}${PORTVERSION}-src @@ -64,9 +64,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/honmon ${PREFIX}/share/dict/eijiro-fpw/eijiro/data ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/eijiro-fpw .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/eijiro-fpw + ${MKDIR} ${DOCSDIR} .for i in readme.sjis - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/eijiro-fpw + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif diff --git a/japanese/eijiro-fpw/pkg-plist b/japanese/eijiro-fpw/pkg-plist index bdc939216a30..f065e248e62b 100644 --- a/japanese/eijiro-fpw/pkg-plist +++ b/japanese/eijiro-fpw/pkg-plist @@ -3,5 +3,5 @@ share/dict/eijiro-fpw/catalogs @dirrm share/dict/eijiro-fpw/eijiro/data @dirrm share/dict/eijiro-fpw/eijiro @dirrm share/dict/eijiro-fpw -share/doc/eijiro-fpw/readme.sjis -@dirrm share/doc/eijiro-fpw +%%PORTDOCS%%%%DOCSDIR%%/readme.sjis +%%PORTDOCS%%@dirrm %%DOCSDIR%% |