aboutsummaryrefslogtreecommitdiff
path: root/net/openmpi
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 06:28:59 +0000
commit186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch)
treed6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /net/openmpi
parent6a77d20e05b80528dcd9a58bcc85fd76537a65da (diff)
downloadports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.tar.gz
ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.zip
Notes
Diffstat (limited to 'net/openmpi')
-rw-r--r--net/openmpi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 9bf58d24b226..b58aad05dd32 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -67,9 +67,9 @@ build-plist: Makefile
${FIND} ${PREFIX}/${MPIDIR}/* -type d | \
${SED} -e 's|${PREFIX}/${MPIDIR}|@dirrm %%MPIDIR%%|' | \
${SORT} -r >> pkg-plist
- ${ECHO} "@unexec rmdir %D/%%MPIDIR%% 2>/dev/null || true" \
+ ${ECHO} "@dirrmtry %%MPIDIR%%" \
>> pkg-plist
- ${ECHO} "@unexec rmdir %D/%%MPIBASE%% 2>/dev/null || true" \
+ ${ECHO} "@dirrmtry %D/%%MPIBASE%%" \
>> pkg-plist
.include <bsd.port.post.mk>