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/otojiro-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/otojiro-fpw')
-rw-r--r-- | japanese/otojiro-fpw/Makefile | 6 | ||||
-rw-r--r-- | japanese/otojiro-fpw/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/japanese/otojiro-fpw/Makefile b/japanese/otojiro-fpw/Makefile index 21c436e1787d..efc8643a58e7 100644 --- a/japanese/otojiro-fpw/Makefile +++ b/japanese/otojiro-fpw/Makefile @@ -7,7 +7,7 @@ PORTNAME= otojiro-fpw PORTVERSION= 1.0.a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/eijiro/ \ http://member.nifty.ne.jp/~satomii/freepwing/archive/ @@ -70,9 +70,9 @@ do-install: ${PREFIX}/share/dict/otojiro-fpw/otojiro/gaiji ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/otojiro-fpw .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/otojiro-fpw + ${MKDIR} ${DOCSDIR} .for i in readme.txt COPYING - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/otojiro-fpw + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif diff --git a/japanese/otojiro-fpw/pkg-plist b/japanese/otojiro-fpw/pkg-plist index 66b9a04eecc9..cfa534a5c559 100644 --- a/japanese/otojiro-fpw/pkg-plist +++ b/japanese/otojiro-fpw/pkg-plist @@ -5,6 +5,6 @@ share/dict/otojiro-fpw/catalogs @dirrm share/dict/otojiro-fpw/otojiro/gaiji @dirrm share/dict/otojiro-fpw/otojiro @dirrm share/dict/otojiro-fpw -share/doc/otojiro-fpw/COPYING -share/doc/otojiro-fpw/readme.txt -@dirrm share/doc/otojiro-fpw +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% |