diff options
author | thierry <thierry@FreeBSD.org> | 2009-12-01 06:49:02 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-12-01 06:49:02 +0800 |
commit | 50a8ecfd0cf0d562c6b3bd6e6f79a8c46f727c05 (patch) | |
tree | dc6144b40a5cde7fa3a8b236fb232d6e33ee4a78 /net | |
parent | c6242e73dbc9a2b885a5a86923c38d018e3de10d (diff) | |
download | freebsd-ports-gnome-50a8ecfd0cf0d562c6b3bd6e6f79a8c46f727c05.tar.gz freebsd-ports-gnome-50a8ecfd0cf0d562c6b3bd6e6f79a8c46f727c05.tar.zst freebsd-ports-gnome-50a8ecfd0cf0d562c6b3bd6e6f79a8c46f727c05.zip |
Removing a .bak file.
Reported by: pointyhat via pav
Diffstat (limited to 'net')
-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 |