Ports: Refactor the NASM port's package script a bit
This commit is contained in:
parent
3b86f87c76
commit
979569eb5a
@ -37,6 +37,5 @@ port_install()
|
|||||||
|
|
||||||
port_uninstall() # nasm's Makefile does not provide an uninstall target.
|
port_uninstall() # nasm's Makefile does not provide an uninstall target.
|
||||||
{
|
{
|
||||||
rm -f $DESTDIR/bin/nasm
|
rm -f $DESTDIR/bin/{nasm,ndisasm}
|
||||||
rm -f $DESTDIR/bin/ndisasm
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user