Ports: Refactor the NASM port's package script a bit

This commit is contained in:
apio 2022-11-03 17:06:27 +01:00
parent 3b86f87c76
commit 979569eb5a

View File

@ -37,6 +37,5 @@ port_install()
port_uninstall() # nasm's Makefile does not provide an uninstall target.
{
rm -f $DESTDIR/bin/nasm
rm -f $DESTDIR/bin/ndisasm
rm -f $DESTDIR/bin/{nasm,ndisasm}
}