mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix installation directory
This commit is contained in:
parent
ee546c96d4
commit
015e91e8a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78262
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ pre-install:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}/p0f
|
${MKDIR} ${DOCSDIR}
|
||||||
.for i in ${DOCFILES}
|
.for i in ${DOCFILES}
|
||||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/p0f
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/p0f
|
||||||
.endfor
|
.endfor
|
||||||
|
|
|
@ -44,7 +44,7 @@ pre-install:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}/p0f
|
${MKDIR} ${DOCSDIR}
|
||||||
.for i in ${DOCFILES}
|
.for i in ${DOCFILES}
|
||||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/p0f
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/p0f
|
||||||
.endfor
|
.endfor
|
||||||
|
|
Loading…
Add table
Reference in a new issue