Fix package build.
PR: ports/77694 Submitted by: Sam Lawrance <boris at brooknet.com.au>
This commit is contained in:
parent
a134593c83
commit
c7bd24ea57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129259
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= emc2
|
||||
PORTVERSION= 2.15
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math science
|
||||
MASTER_SITES= http://www-rocq1.inria.fr/gamma/cdrom/ftp/emc2/
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -36,7 +36,7 @@ post-install:
|
|||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR}
|
||||
.for doc in ${PORTNAME}.doc.en.ps.gz ${PORTNAME}.doc.fr.ps.gz
|
||||
.for doc in ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz
|
||||
@${INSTALL_DATA} ${DISTDIR}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
bin/emc2
|
||||
bin/prf_f3d
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.en.ps.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.fr.ps.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-en.ps.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-fr.ps.gz
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/c.emc2_bd
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/cooler.emc2_bd
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/culot1.emc2_bd
|
||||
|
|
Loading…
Reference in a new issue