- Respect DESTDIR
PR: ports/101828 Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
This commit is contained in:
parent
a5a43c2a8a
commit
d327479578
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170434
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ PORTDOCS= CHANGES README TODO
|
|||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
||||
${PREFIX}/bin/${PORTNAME}
|
||||
${TARGETDIR}/bin/${PORTNAME}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
|
|
Loading…
Reference in a new issue