mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Respect DESTDIR
PR: 101560 Submitted by: gabor (maintainer)
This commit is contained in:
parent
77ee42e026
commit
d75096446c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170075
@ -16,9 +16,9 @@ MAINTAINER= gkovesdan@t-hosting.hu
|
||||
COMMENT= A cross-platform terminal manipulation library
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/include/tn
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/tn
|
||||
${INSTALL_DATA} ${WRKSRC}/libtn.a ${PREFIX}/lib
|
||||
@${MKDIR} ${TARGETDIR}/include/tn
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${TARGETDIR}/include/tn
|
||||
${INSTALL_DATA} ${WRKSRC}/libtn.a ${TARGETDIR}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}/screenshot
|
||||
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user