- use DOCSDIR macro
- fix plist for -DNOPORTDOCS - bump PORTREVISION Prompted by: QAT QA run
This commit is contained in:
parent
5ea769b786
commit
b6a12424b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222986
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= jyuroku
|
||||
PORTVERSION= 1.32
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://homepage3.nifty.com/seto-yoneji/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
@ -29,8 +29,8 @@ do-install:
|
|||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/jyuroku
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/jyuroku
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/jyuroku
|
||||
share/doc/jyuroku/README
|
||||
@dirrm share/doc/jyuroku
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue