1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Back out last change while the bug it introduced is being investigated.

Noticed by:	lofi
Pointy hat to:	edwin
This commit is contained in:
Mark Linimon 2006-01-23 05:07:58 +00:00
parent af09922884
commit 634589e5d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154213

View File

@ -60,7 +60,7 @@ do-install:
.for dir in ${LOCAL_DIRS}
@${MKDIR} -p ${prefix}/${dir}
@${ECHO_CMD} "@exec mkdir -p %D/${dir}" >> ${TMPPLIST}
@${ECHO_CMD} "@dirrmtry ${dir}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec rmdir %D/${dir} 2>/dev/null || true" >> ${TMPPLIST}
.endfor
.endfor