diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch) | |
tree | d6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /net/openmpi | |
parent | 6a77d20e05b80528dcd9a58bcc85fd76537a65da (diff) | |
download | ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.tar.gz ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.zip |
Notes
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 4 |
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> |