diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-11-30 22:49:02 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-11-30 22:49:02 +0000 |
commit | 9e0bc0282df0262f47ee14b7485a1ab6dbe3bdbc (patch) | |
tree | 03e672d160e76047d74044b404ce877ed76bf204 /net/mpich2 | |
parent | ae05323b7eda3926231888dcda4e007feb059a4c (diff) | |
download | ports-9e0bc0282df0262f47ee14b7485a1ab6dbe3bdbc.tar.gz ports-9e0bc0282df0262f47ee14b7485a1ab6dbe3bdbc.zip |
Notes
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index c4e1b2d3409c..7ad2c57b530b 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -187,6 +187,7 @@ post-install: ${LN} -sf ${PREFIX}/lib/lib${lib}.so.1 ${PREFIX}/lib/lib${lib}.so ${LN} -sf ${PREFIX}/lib/lib${lib}.so.1 ${PREFIX}/lib/lib${lib}.so.1.2 .endfor + ${RM} ${MANPREFIX}/man/man1/mpd.1.bak @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/bin @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/bin @${ECHO_CMD} "MPD_SECRETWORD=change_on_install" > ${WRKDIR}/mpd.conf.dist |