1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Respect DESTDIR

PR:		101855
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
Mathieu Arnold 2006-08-14 10:44:46 +00:00
parent 884efe5ee4
commit c3f5b74b9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170575

View File

@ -56,7 +56,7 @@ CONFIGURE_ENV= |
.include "Makefile.man"
post-patch:
${PERL} -pi -e 's,/usr/local/tt2,${PREFIX}/share/tt2,g' \
${PERL} -pi -e 's,/usr/local/tt2,${TARGETDIR}/share/tt2,g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.if ${PERL_LEVEL} < 500600