nrelease: Fix 'make restartpkgs'
authorAaron LI <aly@aaronly.me>
Mon, 28 Oct 2019 15:39:29 +0000 (23:39 +0800)
committerAaron LI <aly@aaronly.me>
Mon, 28 Oct 2019 22:10:40 +0000 (06:10 +0800)
commit333a466d07d50b9e9a62d3707df76617fb1edeac
tree42ffb9a431ba5704b39f820c41004c7c68ba3bfb
parent408ab0ea61a77aa94be67c5fd991f973a15381f9
nrelease: Fix 'make restartpkgs'

'make restartpkgs' is broken because 'make install' would fail if the
port is alreay installed.  Fix this issue by executing 'make deinstall'
first, which would exit cleanly even if the port is not installed yet.
nrelease/Makefile