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/wwasw-fpw/Makefile | |
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/wwasw-fpw/Makefile')
-rw-r--r-- | japanese/wwasw-fpw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/wwasw-fpw/Makefile b/japanese/wwasw-fpw/Makefile index edeeeb119a1d..ec4071c2e197 100644 --- a/japanese/wwasw-fpw/Makefile +++ b/japanese/wwasw-fpw/Makefile @@ -7,6 +7,7 @@ PORTNAME= wwasw-fpw PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/wwasw/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -24,9 +25,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/wwasw/data/honmon ${PREFIX}/share/dict/wwasw-fpw/wwasw/data ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/wwasw-fpw .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/wwasw-fpw + ${MKDIR} ${DOCSDIR} .for i in readme.pkg readme.txt - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/wwasw-fpw + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif |