s/NOPORTSDOCS/NOPORTDOCS/ [1]
Use %%PORTDOCS%%%%DOCSDIR%% in pkg-plist. PR: 53911 [1] Approved by: maintainer
This commit is contained in:
parent
2c0a632ba8
commit
afa7efcce6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84662
2 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/ncbi/libncbi.a:${PORTSDIR}/biology/ncbi-toolkit
|
|||
do-install:
|
||||
@${MKDIR} ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/nclever ${PREFIX}/bin
|
||||
.if !defined(NOPORTSDOCS)
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/nclever_manual.txt ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/nclever.citation ${DOCSDIR}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/nclever
|
||||
%%PORTDOCS%%share/doc/nclever/nclever.citation
|
||||
%%PORTDOCS%%share/doc/nclever/nclever_manual.txt
|
||||
%%PORTDOCS%%share/doc/nclever/sample_script1.txt
|
||||
%%PORTDOCS%%share/doc/nclever/sample_script2.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/nclever
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nclever.citation
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nclever_manual.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/sample_script1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/sample_script2.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue